Home
last modified time | relevance | path

Searched refs:OTHER_USER_ID (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/ota/
H A DCrossProfileAppsPregrantControllerTest.java55 private static final int OTHER_USER_ID = 5; field in CrossProfileAppsPregrantControllerTest
56 private static final int OTHER_USER_UID = UserHandle.PER_USER_RANGE * OTHER_USER_ID;
155 MY_USER_ID, OTHER_USER_ID, /* profileName= */"otherUser", FLAG_MANAGED_PROFILE); in setRunningOnParentProfile()
160 MY_USER_ID, OTHER_USER_ID, /* profileName= */"otherUser", FLAG_MANAGED_PROFILE); in setRunningOnManagedProfile()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallLogManagerTest.java114 private static final int OTHER_USER_ID = 10; field in CallLogManagerTest
143 UserHandle.of(OTHER_USER_ID) in setUp()
164 UserInfo otherUserInfo = new UserInfo(OTHER_USER_ID, "test2", 0); in setUp()
182 when(userManager.getUserInfo(eq(OTHER_USER_ID))).thenReturn(otherUserInfo); in setUp()
560 ContentProvider.maybeAddUserId(CallLog.Calls.CONTENT_URI, OTHER_USER_ID))); in testLogCallDirectionOutgoingWithMultiUserCapability()
605 ContentProvider.maybeAddUserId(CallLog.Calls.CONTENT_URI, OTHER_USER_ID))); in testLogCallDirectionIncomingWithMultiUserCapability()
639 verifyNoInsertionInUser(OTHER_USER_ID); in testLogCallDirectionOutgoingWithMultiUserCapabilityFromManagedProfile()
670 verifyNoInsertionInUser(OTHER_USER_ID); in testLogCallDirectionOutgoingFromManagedProfile()
700 verifyNoInsertionInUser(OTHER_USER_ID); in testLogCallDirectionIngoingFromManagedProfile()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationUtilTest.java63 static final int OTHER_USER_ID = 11; field in WifiConfigurationUtilTest