Searched defs:runWithCaller (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1095 protected void runWithCaller(String packageName, int userId, Runnable r) { method in class:BaseShortcutManagerTest
1605 runWithCaller(launcher, userId, () -> {
1768 runWithCaller(CALLING_PACKAGE_1, USER_0, () -> {
1773 runWithCaller(CALLING_PACKAGE_2, USER_0, () -> {
1778 runWithCaller(CALLING_PACKAGE_3, USER_0, () -> {
1783 runWithCaller(CALLING_PACKAGE_4, USER_0, () -> {
1786 runWithCaller(CALLING_PACKAGE_1, USER_P0, () -> {
1791 runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {
1797 runWithCaller(LAUNCHER_1, USER_0, () -> {
1804 runWithCaller(LAUNCHER_
[all...]

Completed in 34 milliseconds