Home
last modified time | relevance | path

Searched refs:ScreenInteractiveHelper (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DScreenInteractiveHelper.java29 public abstract class ScreenInteractiveHelper { class
43 public ScreenInteractiveHelper() { in ScreenInteractiveHelper() method in ScreenInteractiveHelper
H A DInjector.java53 ScreenInteractiveHelper getScreenInteractiveHelper(); in getScreenInteractiveHelper()
H A DSystemScreenInteractiveHelper.java31 public class SystemScreenInteractiveHelper extends ScreenInteractiveHelper {
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeScreenInteractiveHelper.java22 public class FakeScreenInteractiveHelper extends ScreenInteractiveHelper {
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java112 import com.android.server.location.injector.ScreenInteractiveHelper;
113 import com.android.server.location.injector.ScreenInteractiveHelper.ScreenInteractiveChangedListene…
1384 protected final ScreenInteractiveHelper mScreenInteractiveHelper;
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java123 import com.android.server.location.injector.ScreenInteractiveHelper;
1875 public ScreenInteractiveHelper getScreenInteractiveHelper() { in getScreenInteractiveHelper()