HomeSort by relevance Sort by last modified time
    Searched refs:runWithCaller (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerSpoofingTest.java 45 runWithCaller(mPackageContext1, () -> {
49 runWithCaller(mPackageContext2, () -> {
53 runWithCaller(mPackageContext3, () -> {
58 runWithCaller(mPackageContext1, () -> {
65 runWithCaller(mPackageContext2, () -> {
72 runWithCaller(mPackageContext3, () -> {
87 runWithCaller(mLauncherContext1, () -> getLauncherApps().registerCallback(c0_1, h));
88 runWithCaller(mLauncherContext2, () -> getLauncherApps().registerCallback(c0_2, h));
89 runWithCaller(mLauncherContext3, () -> getLauncherApps().registerCallback(c0_3, h));
96 runWithCaller(mLauncherContext1
    [all...]
ShortcutManagerLauncherCallbackTest.java 150 runWithCaller(mLauncherContext1, () -> {
164 runWithCaller(mPackageContext1, () -> {
178 runWithCaller(mPackageContext1, () -> {
191 runWithCaller(mPackageContext1, () -> {
204 runWithCaller(mPackageContext1, () -> {
217 runWithCaller(mPackageContext1, () -> {
230 runWithCaller(mPackageContext1, () -> {
244 runWithCaller(mLauncherContext1, () -> {
250 runWithCaller(mLauncherContext2, () -> {
260 runWithCaller(mPackageContext1, () ->
    [all...]
ShortcutManagerFakingPublisherTest.java 74 runWithCaller(mPackageContext1, () -> {
97 runWithCaller(mPackageContext1, () -> {
120 runWithCaller(mPackageContext1, () -> {
143 runWithCaller(mPackageContext1, () -> {
153 runWithCaller(mPackageContext1, () -> {
174 () -> runWithCaller(callerContext, () -> r.run())
ShortcutManagerMultiLauncherTest.java 40 runWithCaller(mPackageContext1, () -> {
63 runWithCaller(mPackageContext2, () -> {
88 runWithCaller(mLauncherContext1, () -> {
99 runWithCaller(mLauncherContext2, () -> {
108 runWithCaller(mPackageContext1, () -> {
142 runWithCaller(mPackageContext2, () -> {
177 runWithCaller(mLauncherContext1, () -> {
227 runWithCaller(mLauncherContext2, () -> {
ShortcutManagerRequestPinTest.java 53 runWithCaller(mPackageContext1, () -> {
60 runWithCaller(mPackageContext1, () -> {
121 runWithCaller(mPackageContext1, () -> {
298 runWithCaller(mPackageContext1, () -> {
334 runWithCaller(mPackageContext1, () -> {
ShortcutManagerNegativeTest.java 138 runWithCaller(mPackageContext1, () -> {
148 runWithCaller(mPackageContext1, () -> {
ShortcutManagerSpoofDetectionTest.java 46 () -> runWithCaller(callerContext, () -> r.run())
ShortcutManagerCtsTestsBase.java 248 runWithCaller(c, r);
315 protected void runWithCaller(Context callerContext, Runnable r) {
326 runWithCaller(callerContext, () -> runWithStrictMode(r));
330 runWithCaller(callerContext, () -> runWithNoStrictMode(r));

Completed in 667 milliseconds