Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DSuggestionTest.java62 .setPendingIntent(mTestIntent) in buildSuggestion_allFieldsShouldBeSet()
78 .setPendingIntent(mTestIntent) in buildSuggestion_emptyKey_shouldCrash()
91 .setPendingIntent(mTestIntent) in buildSuggestion_fromParcelable()
/aosp14/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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DOverlayActionChip.java97 public void setPendingIntent(PendingIntent intent, Runnable finisher) { in setPendingIntent() method in OverlayActionChip
H A DScreenshotView.java825 mQuickShareChip.setPendingIntent(imageData.quickShareAction.actionIntent, in setChipIntents()
866 actionChip.setPendingIntent(smartAction.actionIntent, in setChipIntents()
/aosp14/frameworks/base/core/java/android/service/settings/suggestions/
H A DSuggestion.java210 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in Suggestion.Builder
/aosp14/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
H A DTapAction.java220 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in TapAction.Builder
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DEntryController.java201 public MetaData setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in EntryController.MetaData
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DEntriesProviderTest.java150 controller.setMetaData(new MetaData("category").setPendingIntent(pendingIntent)); in getEntryData_shouldReturnDataList()
170 controller.setMetaData(new MetaData("category").setPendingIntent(pendingIntent)); in getSwitchData_shouldReturnDataList()
/aosp14/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceAction.java312 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent() method in SmartspaceAction.Builder
/aosp14/frameworks/base/core/java/android/app/search/
H A DSearchAction.java303 public SearchAction.Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent() method in SearchAction.Builder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java150 controller.setPendingIntent(pendingIntent); in setTestPendingIntent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayView.java459 chip.setPendingIntent(action.getActionIntent(), onFinish); in constructActionChip()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java465 riv.getController().setPendingIntent(pendingIntent); in activateRemoteInput()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java527 .setPendingIntent(sender) in sendPendingIntent()
1844 Builder setPendingIntent(@Nullable PendingIntent sender) { in setPendingIntent() method in WindowContainerTransaction.HierarchyOp.Builder
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1363 result.mController.setPendingIntent(existingPendingIntent);
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2260 …method @NonNull public android.app.search.SearchAction.Builder setPendingIntent(@Nullable android.…
2396 …method @NonNull public android.app.smartspace.SmartspaceAction.Builder setPendingIntent(@Nullable …
2758 …method @NonNull public android.app.smartspace.uitemplatedata.TapAction.Builder setPendingIntent(@N…
12816 …method public android.service.settings.suggestions.Suggestion.Builder setPendingIntent(android.app…