Home
last modified time | relevance | path

Searched defs:resultIntent (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest9.java107 private void checkRequestPinAppWidget(@Nullable PendingIntent resultIntent) { in checkRequestPinAppWidget()
149 final PendingIntent resultIntent = in testRequestPinAppWidget_withCallback() local
DShortcutManagerTest10.java47 private PinItemRequest verifyAndGetCreateShortcutResult(Intent resultIntent) { in verifyAndGetCreateShortcutResult()
DShortcutManagerTest8.java251 private void checkRequestPinShortcut(@Nullable IntentSender resultIntent) { in checkRequestPinShortcut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSomnambulator.java44 Intent resultIntent = new Intent(); in onStart() local
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java61 IntentSender resultIntent, int launcherUid) { in PinItemRequestInner()
150 IntentSender resultIntent, int launcherUid, in PinAppWidgetRequestInner()
188 IntentSender resultIntent, in PinShortcutRequestInner()
230 Bundle extras, int userId, IntentSender resultIntent) { in requestPinItemLocked()
DShortcutService.java1912 IntentSender resultIntent, int userId) { in requestPinShortcut()
1943 AppWidgetProviderInfo appWidget, Bundle extras, IntentSender resultIntent) { in requestPinItem()
2784 @Nullable IntentSender resultIntent, int userId) { in requestPinAppWidget()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java99 Intent resultIntent = mReceiver.waitForIntent(); in testSendRemoteInput_intentContainsResultsAndSource() local
DSmartReplyViewTest.java124 Intent resultIntent = mReceiver.waitForIntent(); in testSendSmartReply_intentContainsResultsAndSource() local
154 Intent resultIntent = mReceiver.waitForIntent(); in testSendSmartReply_waitsForKeyguard() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
DMemoryActivity.java47 Intent resultIntent = new Intent(); in onTestResult() local
/frameworks/base/core/java/android/content/pm/
DShortcutManager.java719 @Nullable IntentSender resultIntent) { in requestPinShortcut()
DShortcutServiceInternal.java81 @Nullable IntentSender resultIntent, int userId); in requestPinAppWidget()
DIShortcutService.aidl47 in IntentSender resultIntent, int userId); in requestPinShortcut()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java363 public void startResolutionActivity(Activity activity, int requestCode, Intent resultIntent, in startResolutionActivity()
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl74 in Bundle extras, in IntentSender resultIntent); in requestPinAppWidget()