Home
last modified time | relevance | path

Searched refs:setPendingIntent (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DSuggestionTest.java61 .setPendingIntent(mTestIntent) in buildSuggestion_allFieldsShouldBeSet()
77 .setPendingIntent(mTestIntent) in buildSuggestion_emptyKey_shouldCrash()
90 .setPendingIntent(mTestIntent) in buildSuggestion_fromParcelable()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DConnectedDevicesSliceProvider.java264 connectionActionPref.setPendingIntent(pendingIntent); in createBluetoothDeviceSlice()
297 renamePref.setPendingIntent(renamePendingIntent); in createBluetoothDeviceSlice()
326 forgetPref.setPendingIntent(disconnectPendingIntent); in createBluetoothDeviceSlice()
408 .setPendingIntent(pendingIntent) in updatePairingButton()
524 pref.setPendingIntent(PendingIntent.getActivity(getContext(), 0, intent, in createBtDeviceSlicePreference()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/
H A DLegacySuggestionContextualCard.java53 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in LegacySuggestionContextualCard.Builder
H A DLegacySuggestionContextualCardController.java153 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/
H A DLegacySuggestionContextualCardTest.java51 .setPendingIntent(mock(PendingIntent.class)) in build_shouldSetPendingIntent()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/
H A DSuggestionsPreferenceControllerTest.java204 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_sendsPendingIntent()
216 Suggestion suggestion = new Suggestion.Builder("1").setPendingIntent(pendingIntent).build(); in launchSuggestion_callsSuggestionControllerLaunch()
/aosp12/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/
H A DScheduleInfo.java151 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in ScheduleInfo.Builder
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotActionChip.java85 void setPendingIntent(PendingIntent intent, Runnable finisher) { in setPendingIntent() method in ScreenshotActionChip
H A DScreenshotView.java728 mQuickShareChip.setPendingIntent(imageData.quickShareAction.actionIntent, in setChipIntents()
759 actionChip.setPendingIntent(smartAction.actionIntent, in setChipIntents()
/aosp12/frameworks/base/core/java/android/service/settings/suggestions/
H A DSuggestion.java210 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in Suggestion.Builder
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DSearchActionItemInfo.java120 public void setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in SearchActionItemInfo
/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceAction.java312 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent() method in SmartspaceAction.Builder
/aosp12/frameworks/base/core/java/android/app/search/
H A DSearchAction.java303 public SearchAction.Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent() method in SearchAction.Builder
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
H A DCandidateSuggestion.java233 .setPendingIntent(PendingIntent in updateBuilder()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java538 public void setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in RemoteInputView
677 setPendingIntent(other.mPendingIntent); in stealFocusFrom()
717 setPendingIntent(a.actionIntent); in updatePendingIntentFromActions()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java114 view.setPendingIntent(pendingIntent); in setTestPendingIntent()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java431 .setPendingIntent(sender) in sendPendingIntent()
1339 Builder setPendingIntent(@Nullable PendingIntent sender) { in setPendingIntent() method in WindowContainerTransaction.HierarchyOp.Builder
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
H A DPreferenceSliceBuilder.java430 public RowBuilder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in PreferenceSliceBuilder.RowBuilder
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java512 riv.setPendingIntent(pendingIntent); in activateRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1265 existing.setPendingIntent(existingPendingIntent);
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1492 …method @NonNull public android.app.search.SearchAction.Builder setPendingIntent(@Nullable android.…
1620 …method @NonNull public android.app.smartspace.SmartspaceAction.Builder setPendingIntent(@Nullable …
10351 …method public android.service.settings.suggestions.Suggestion.Builder setPendingIntent(android.app…