Home
last modified time | relevance | path

Searched refs:requestTileServiceListeningState (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
H A DStatusBarManagerServiceTest.java162 mStatusBarManagerService.requestTileServiceListeningState(TEST_COMPONENT, user); in testRequestActive_changeEnabled_OKCall()
164 verify(mMockStatusBar).requestTileServiceListeningState(TEST_COMPONENT); in testRequestActive_changeEnabled_OKCall()
174 mStatusBarManagerService.requestTileServiceListeningState(TEST_COMPONENT, 0); in testRequestActive_changeEnabled_differentPackage_fail()
177 verify(mMockStatusBar, never()).requestTileServiceListeningState(TEST_COMPONENT); in testRequestActive_changeEnabled_differentPackage_fail()
193 verify(mMockStatusBar, never()).requestTileServiceListeningState(TEST_COMPONENT); in testRequestActive_changeEnabled_notCurrentUser_fail()
202 mStatusBarManagerService.requestTileServiceListeningState(TEST_COMPONENT, user); in testRequestActive_changeDisabled_pass()
204 verify(mMockStatusBar).requestTileServiceListeningState(TEST_COMPONENT); in testRequestActive_changeDisabled_pass()
213 mStatusBarManagerService.requestTileServiceListeningState(TEST_COMPONENT, 0); in testRequestActive_changeDisabled_differentPackage_pass()
215 verify(mMockStatusBar).requestTileServiceListeningState(TEST_COMPONENT); in testRequestActive_changeDisabled_differentPackage_pass()
225 mStatusBarManagerService.requestTileServiceListeningState(TEST_COMPONENT, user + 1); in testRequestActive_changeDisabled_notCurrentUser_pass()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServicesTest.java208 captor.getValue().requestTileServiceListeningState(TEST_COMPONENT); in testRequestListeningStatusCommand()
290 mCallbacksArgumentCaptor.getValue().requestTileServiceListeningState(componentName); in tileFreedForCorrectUser()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl316 void requestTileServiceListeningState(in ComponentName componentName); in requestTileServiceListeningState() method
H A DIStatusBarService.aidl178 void requestTileServiceListeningState(in ComponentName componentName, int userId); in requestTileServiceListeningState() method
/aosp14/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java545 sbm.requestTileServiceListeningState(component);
/aosp14/frameworks/base/core/java/android/app/
H A DStatusBarManager.java946 public void requestTileServiceListeningState(@NonNull ComponentName componentName) { in requestTileServiceListeningState() method in StatusBarManager
949 getService().requestTileServiceListeningState(componentName, mContext.getUserId()); in requestTileServiceListeningState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java415 public void requestTileServiceListeningState(@NonNull ComponentName componentName) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java443 default void requestTileServiceListeningState(@NonNull ComponentName componentName) {} in requestTileServiceListeningState() method
1279 public void requestTileServiceListeningState(@NonNull ComponentName componentName) { in requestTileServiceListeningState() method in CommandQueue
1818 mCallbacks.get(i).requestTileServiceListeningState(component); in handleMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1957 public void requestTileServiceListeningState( in requestTileServiceListeningState() method in StatusBarManagerService
1991 bar.requestTileServiceListeningState(componentName); in requestTileServiceListeningState()