Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest7.java92 mInjectedCallingUid = 12345; in testNonShell()
96 mInjectedCallingUid = Process.SYSTEM_UID; in testNonShell()
106 mInjectedCallingUid = Process.ROOT_UID; in testRoot()
115 mInjectedCallingUid = Process.SHELL_UID; in testRestConfig()
124 mInjectedCallingUid = Process.SHELL_UID; in testOverrideConfig()
141 mInjectedCallingUid = Process.SHELL_UID; in testResetThrottling()
162 mInjectedCallingUid = Process.SHELL_UID; in testResetThrottling_user_not_running()
193 mInjectedCallingUid = Process.SHELL_UID; in testResetThrottling_user_running()
214 mInjectedCallingUid = Process.SHELL_UID; in testResetAllThrottling()
245 mInjectedCallingUid = Process.SHELL_UID; in testLauncherCommands()
[all …]
H A DBaseShortcutManagerTest.java240 mInjectedCallingUid = (int) token; in injectRestoreCallingIdentity()
343 return mInjectedCallingUid; in injectBinderCallingUid()
349 return mInjectedCallingUid * 123; in injectBinderCallingPid()
608 return mInjectedCallingUid; in injectBinderCallingUid()
614 return mInjectedCallingUid * 123; in injectBinderCallingPid()
626 mInjectedCallingUid = (int) token; in injectRestoreCallingIdentity()
689 protected int mInjectedCallingUid; field in BaseShortcutManagerTest
1347 mInjectedCallingUid = in setCaller()
1407 mInjectedCallingUid = origUid; in runWithSystemUid()
2186 int prevUid = mInjectedCallingUid;
[all …]
H A DShortcutManagerTest10.java140 mInjectedCallingUid = 12345; in testCreateShortcutResult_defaultLauncherChanges()
H A DShortcutManagerTest2.java1739 mInjectedCallingUid = CALLING_UID_2;
1755 mInjectedCallingUid = CALLING_UID_1;
1782 mInjectedCallingUid = CALLING_UID_2;
H A DShortcutManagerTest8.java1569 mInjectedCallingUid = 12345; in testRequestPinShortcut_wrongLauncherCannotAccept()
H A DShortcutManagerTest1.java6524 int prevUid = mInjectedCallingUid; in testBackupAndRestore_appAlreadyInstalledWhenRestored()
6525 mInjectedCallingUid = Process.SYSTEM_UID; // Only system can call it. in testBackupAndRestore_appAlreadyInstalledWhenRestored()
6541 mInjectedCallingUid = prevUid; in testBackupAndRestore_appAlreadyInstalledWhenRestored()