Home
last modified time | relevance | path

Searched refs:mInjectedCallingUid (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest7.java89 mInjectedCallingUid = 12345; in testNonShell()
93 mInjectedCallingUid = Process.SYSTEM_UID; in testNonShell()
103 mInjectedCallingUid = Process.ROOT_UID; in testRoot()
112 mInjectedCallingUid = Process.SHELL_UID; in testRestConfig()
121 mInjectedCallingUid = Process.SHELL_UID; in testOverrideConfig()
138 mInjectedCallingUid = Process.SHELL_UID; in testResetThrottling()
159 mInjectedCallingUid = Process.SHELL_UID; in testResetThrottling_user_not_running()
190 mInjectedCallingUid = Process.SHELL_UID; in testResetThrottling_user_running()
211 mInjectedCallingUid = Process.SHELL_UID; in testResetAllThrottling()
242 mInjectedCallingUid = Process.SHELL_UID; in testLauncherCommands()
[all …]
H A DBaseShortcutManagerTest.java253 mInjectedCallingUid = (int) token; in injectRestoreCallingIdentity()
351 return mInjectedCallingUid; in injectBinderCallingUid()
357 return mInjectedCallingUid * 123; in injectBinderCallingPid()
606 return mInjectedCallingUid; in injectBinderCallingUid()
612 return mInjectedCallingUid * 123; in injectBinderCallingPid()
624 mInjectedCallingUid = (int) token; in injectRestoreCallingIdentity()
941 protected int mInjectedCallingUid; field in BaseShortcutManagerTest
1599 mInjectedCallingUid = in setCaller()
1659 mInjectedCallingUid = origUid; in runWithSystemUid()
2401 int prevUid = mInjectedCallingUid;
[all …]
H A DShortcutManagerTest10.java136 mInjectedCallingUid = 12345; in testCreateShortcutResult_defaultLauncherChanges()
H A DShortcutManagerTest2.java1690 mInjectedCallingUid = CALLING_UID_2;
1706 mInjectedCallingUid = CALLING_UID_1;
1733 mInjectedCallingUid = CALLING_UID_2;
H A DShortcutManagerTest8.java1564 mInjectedCallingUid = 12345; in testRequestPinShortcut_wrongLauncherCannotAccept()
H A DShortcutManagerTest1.java6356 int prevUid = mInjectedCallingUid; in testBackupAndRestore_appAlreadyInstalledWhenRestored()
6357 mInjectedCallingUid = Process.SYSTEM_UID; // Only system can call it. in testBackupAndRestore_appAlreadyInstalledWhenRestored()
6373 mInjectedCallingUid = prevUid; in testBackupAndRestore_appAlreadyInstalledWhenRestored()