Home
last modified time | relevance | path

Searched defs:expectedUid (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygoteCommandBuffer.java166 boolean forkRepeatedly(FileDescriptor zygoteSocket, int expectedUid, int minUid, in forkRepeatedly()
183 int expectedUid, in nativeForkRepeatedly()
H A DZygote.java697 int expectedUid, in forkSimpleApps()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java47 int expectedUid = 1123456 + index; in getHistoricalNotification() local
78 int expectedUid = 1123456; in testHistoricalNotificationBuilder() local
/aosp12/system/vold/
H A DVoldNativeServiceValidation.cpp53 binder::Status CheckUidOrRoot(uid_t expectedUid) { in CheckUidOrRoot()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryFilterTest.java47 int expectedUid = 1123456 + index; in getHistoricalNotification() local
H A DNotificationHistoryProtoHelperTest.java54 int expectedUid = 1123456 + index; in getHistoricalNotification() local
H A DNotificationHistoryDatabaseTest.java75 int expectedUid = 1123456 + index; in getHistoricalNotification() local
H A DNotificationHistoryManagerTest.java69 int expectedUid = 1123456 + index; in getHistoricalNotification() local
H A DPreferencesHelperTest.java426 int expectedUid = 1001001; in testReadXml_onlyRestoresTargetUser() local
H A DNotificationManagerServiceTest.java5202 int expectedUid = 123; in testResolveNotificationUid_delegateAllowed() local
5214 int expectedUid = 123; in testResolveNotificationUid_androidAllowed() local
/aosp12/frameworks/base/services/net/java/android/net/
H A DConnectivityModuleConnector.java176 final int expectedUid = in getModuleServiceIntent() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DConnOnActivityStartTest.java272 final String expectedUid = Integer.toString(uid); in assertRestrictBackground() local
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java487 final int expectedUid = expectSuccess ? Process.myUid() : INVALID_UID; in checkConnectionOwnerUidUdp() local
495 final int expectedUid = Process.myUid(); in checkConnectionOwnerUidTcp() local
H A DAbstractRestrictBackgroundNetworkTestCase.java563 final String expectedUid = Integer.toString(uid); in assertRestrictBackground() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttServiceImplTest.java1430 AwareTranslatePeerHandlesToMac(int expectedUid, Map<Integer, MacAddress> peerIdToMacMap) { in AwareTranslatePeerHandlesToMac()
/aosp12/packages/modules/StatsD/statsd/src/
H A DStatsService.cpp74 Status checkUid(uid_t expectedUid) { in checkUid()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp159 binder::Status checkUid(uid_t expectedUid) { in checkUid()