Home
last modified time | relevance | path

Searched refs:uid4 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java744 int uid4 = 40; in testCancelRangingFullMatch() local
748 worksourceRequest.createWorkChain().addNode(uid4, "foo"); in testCancelRangingFullMatch()
752 worksourceCancel.createWorkChain().addNode(uid4, "foo"); in testCancelRangingFullMatch()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNsdServiceTest.java1871 final int uid4 = 78; in testTakeMulticastLockOnBehalfOfClient_ForForegroundAppsOnly() local
1889 mUidImportanceListener.onUidImportance(uid4, IMPORTANCE_FOREGROUND); in testTakeMulticastLockOnBehalfOfClient_ForForegroundAppsOnly()
1891 doReturn(uid4).when(mDeps).getCallingUid(); in testTakeMulticastLockOnBehalfOfClient_ForForegroundAppsOnly()