/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/ |
H A D | SuggestionTest.java | 61 .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 D | ConnectedDevicesSliceProvider.java | 264 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 D | LegacySuggestionContextualCard.java | 53 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in LegacySuggestionContextualCard.Builder
|
H A D | LegacySuggestionContextualCardController.java | 153 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/ |
H A D | LegacySuggestionContextualCardTest.java | 51 .setPendingIntent(mock(PendingIntent.class)) in build_shouldSetPendingIntent()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/suggestions/ |
H A D | SuggestionsPreferenceControllerTest.java | 204 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 D | ScheduleInfo.java | 151 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in ScheduleInfo.Builder
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotActionChip.java | 85 void setPendingIntent(PendingIntent intent, Runnable finisher) { in setPendingIntent() method in ScreenshotActionChip
|
H A D | ScreenshotView.java | 728 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 D | Suggestion.java | 210 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in Suggestion.Builder
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
H A D | SearchActionItemInfo.java | 120 public void setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in SearchActionItemInfo
|
/aosp12/frameworks/base/core/java/android/app/smartspace/ |
H A D | SmartspaceAction.java | 312 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent() method in SmartspaceAction.Builder
|
/aosp12/frameworks/base/core/java/android/app/search/ |
H A D | SearchAction.java | 303 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 D | CandidateSuggestion.java | 233 .setPendingIntent(PendingIntent in updateBuilder()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 538 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 D | RemoteInputViewTest.java | 114 view.setPendingIntent(pendingIntent); in setTestPendingIntent()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | WindowContainerTransaction.java | 431 .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 D | PreferenceSliceBuilder.java | 430 public RowBuilder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in PreferenceSliceBuilder.RowBuilder
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManager.java | 512 riv.setPendingIntent(pendingIntent); in activateRemoteInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 1265 existing.setPendingIntent(existingPendingIntent);
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 1492 …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…
|