Searched refs:onProjectionStateChanged (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IOnProjectionStateChangedListener.aidl | 21 void onProjectionStateChanged(int activeProjectionTypes, in List<String> projectingPackages); in onProjectionStateChanged() method
|
D | UiModeManager.java | 103 void onProjectionStateChanged(@ProjectionType int projectionType, in onProjectionStateChanged() method 1315 public void onProjectionStateChanged(int activeProjectionTypes, in onProjectionStateChanged() method in UiModeManager.InnerListener 1332 OnProjectionStateChangedListener::onProjectionStateChanged, in onProjectionStateChanged()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/ |
D | UiModeManagerServiceTest.java | 1192 verify(listener).onProjectionStateChanged(eq(PROJECTION_TYPE_AUTOMOTIVE), in addOnProjectionStateChangedListener_callsListenerIfProjectionActive() 1216 verify(listener, never()).onProjectionStateChanged(anyInt(), any()); in removeOnProjectionStateChangedListener() 1233 verify(listener).onProjectionStateChanged(eq(PROJECTION_TYPE_AUTOMOTIVE), in projectionStateChangedListener_calledWhenStateChanges() 1244 verify(listener).onProjectionStateChanged(eq(PROJECTION_TYPE_NONE), in projectionStateChangedListener_calledWhenStateChanges() 1276 verify(listener).onProjectionStateChanged(eq(fakeProjectionType), in projectionStateChangedListener_calledForAnyRelevantStateChange() 1278 verify(listener2).onProjectionStateChanged(eq(fakeProjectionType), in projectionStateChangedListener_calledForAnyRelevantStateChange() 1284 verify(listener2).onProjectionStateChanged( in projectionStateChangedListener_calledForAnyRelevantStateChange() 1290 verify(listener).onProjectionStateChanged(eq(PROJECTION_TYPE_NONE), eq(List.of())); in projectionStateChangedListener_calledForAnyRelevantStateChange() 1291 verify(listener2).onProjectionStateChanged(eq(otherFakeProjectionType), in projectionStateChangedListener_calledForAnyRelevantStateChange() 1297 verify(listener2).onProjectionStateChanged(eq(PROJECTION_TYPE_NONE), eq(List.of())); in projectionStateChangedListener_calledForAnyRelevantStateChange() [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/ |
D | DeviceIdlenessTracker.java | 92 this::onProjectionStateChanged; 187 private void onProjectionStateChanged(@UiModeManager.ProjectionType int activeProjectionTypes, in onProjectionStateChanged() method in DeviceIdlenessTracker
|
/frameworks/base/services/core/java/com/android/server/ |
D | UiModeManagerService.java | 1223 listener.onProjectionStateChanged(activeProjectionTypes, packageNames); in addOnProjectionStateChangedListener() 1469 listeners.getBroadcastItem(j).onProjectionStateChanged( in onProjectionStateChangedLocked()
|
/frameworks/base/core/api/ |
D | system-current.txt | 1203 method public void onProjectionStateChanged(int, @NonNull java.util.Set<java.lang.String>);
|