Home
last modified time | relevance | path

Searched refs:assertCallerCanModifyListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContextListenerControllerTests.java202 assertFalse(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_NullListener_ReturnFalse()
211 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_CanManageAppTokens_ReturnTrue()
220 assertTrue(mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_SameUid_ReturnTrue()
229 mController.assertCallerCanModifyListener(mClientToken, in testAssertCallerCanModifyListener_DifferentUid_ThrowException()
DWindowManagerServiceTests.java577 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()
593 .assertCallerCanModifyListener(any(), anyBoolean(), anyInt()); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContextListenerController.java153 boolean assertCallerCanModifyListener(IBinder clientToken, boolean callerCanManageAppTokens, in assertCallerCanModifyListener() method in WindowContextListenerController
DWindowManagerService.java3045 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in attachWindowContextToWindowToken()
3069 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in detachWindowContext()
/frameworks/base/services/
Dart-wear-profile29394 PLcom/android/server/wm/WindowContextListenerController;->assertCallerCanModifyListener(Landroid/os…