Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest9.java110 private void checkRequestPinAppWidget(@Nullable PendingIntent resultIntent) { in checkRequestPinAppWidget()
152 final PendingIntent resultIntent = in testRequestPinAppWidget_withCallback() local
DShortcutManagerTest10.java51 private PinItemRequest verifyAndGetCreateShortcutResult(Intent resultIntent) { in verifyAndGetCreateShortcutResult()
DShortcutManagerTest8.java254 private void checkRequestPinShortcut(@Nullable IntentSender resultIntent) { in checkRequestPinShortcut()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java63 IntentSender resultIntent, int launcherUid) { in PinItemRequestInner()
152 IntentSender resultIntent, int launcherUid, in PinAppWidgetRequestInner()
190 IntentSender resultIntent, in PinShortcutRequestInner()
232 Bundle extras, int userId, IntentSender resultIntent) { in requestPinItemLocked()
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DNotificationActivity.java50 Intent resultIntent = new Intent(this, NotificationActivity.class); in postNotification() 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.java597 @Nullable IntentSender resultIntent) { in requestPinShortcut()
600 mService.requestPinShortcut(mContext.getPackageName(), shortcut, resultIntent, in requestPinShortcut() local
DIShortcutService.aidl42 in IntentSender resultIntent, int userId, in AndroidFuture<String> ret); in requestPinShortcut()
DShortcutServiceInternal.java123 @Nullable IntentSender resultIntent, int userId); in requestPinAppWidget()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java180 Intent resultIntent = mReceiver.waitForIntent(); in testSendSmartReply_intentContainsResultsAndSource() local
212 Intent resultIntent = mReceiver.waitForIntent(); in testSendSmartReply_waitsForKeyguard() local
255 Intent resultIntent = mReceiver.waitForIntent(); in testTapSmartReply_afterInitDelay_clickReceived() local
270 Intent resultIntent = mReceiver.waitForIntent(); in testTapSmartReply_withoutDelayedOnClickListener_bypassesDelay() local
DRemoteInputViewTest.java171 Intent resultIntent = mReceiver.waitForIntent(); in testSendRemoteInput_intentContainsResultsAndSource() local
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl80 in Bundle extras, in IntentSender resultIntent); in requestPinAppWidget()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java1001 public void startResolutionActivity(Activity activity, int requestCode, Intent resultIntent, in startResolutionActivity()