Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
DSuggestionTest.java62 .setPendingIntent(mTestIntent) in buildSuggestion_allFieldsShouldBeSet()
78 .setPendingIntent(mTestIntent) in buildSuggestion_emptyKey_shouldCrash()
91 .setPendingIntent(mTestIntent) in buildSuggestion_fromParcelable()
/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/
DScheduleInfo.java151 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in ScheduleInfo.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DOverlayActionChip.java97 public void setPendingIntent(PendingIntent intent, Runnable finisher) { in setPendingIntent() method in OverlayActionChip
DScreenshotView.java804 mQuickShareChip.setPendingIntent(imageData.quickShareAction.actionIntent, in setChipIntents()
845 actionChip.setPendingIntent(smartAction.actionIntent, in setChipIntents()
/frameworks/base/core/java/android/service/settings/suggestions/
DSuggestion.java210 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in Suggestion.Builder
/frameworks/base/core/java/android/app/smartspace/uitemplatedata/
DTapAction.java220 public Builder setPendingIntent(@NonNull PendingIntent pendingIntent) { in setPendingIntent() method in TapAction.Builder
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DEntryController.java201 public MetaData setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in EntryController.MetaData
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DEntriesProviderTest.java150 controller.setMetaData(new MetaData("category").setPendingIntent(pendingIntent)); in getEntryData_shouldReturnDataList()
170 controller.setMetaData(new MetaData("category").setPendingIntent(pendingIntent)); in getSwitchData_shouldReturnDataList()
/frameworks/base/core/java/android/app/smartspace/
DSmartspaceAction.java312 public Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent() method in SmartspaceAction.Builder
/frameworks/base/core/java/android/app/search/
DSearchAction.java303 public SearchAction.Builder setPendingIntent(@Nullable PendingIntent pendingIntent) { in setPendingIntent() method in SearchAction.Builder
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DCellularNetworkSecuritySafetySource.java204 .setPendingIntent(mSafetyCenterManagerWrapper.getActivityPendingIntent( in getSafetySourceData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java149 controller.setPendingIntent(pendingIntent); in setTestPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java476 riv.getController().setPendingIntent(pendingIntent); in activateRemoteInput()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java556 .setPendingIntent(sender) in sendPendingIntent()
1967 Builder setPendingIntent(@Nullable PendingIntent sender) { in setPendingIntent() method in WindowContainerTransaction.HierarchyOp.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayView.java543 chip.setPendingIntent(action.getActionIntent(), onFinish); in constructActionChip()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1471 result.mController.setPendingIntent(existingPendingIntent);
/frameworks/base/core/api/
Dsystem-current.txt2491 …method @NonNull public android.app.search.SearchAction.Builder setPendingIntent(@Nullable android.…
2627 …method @NonNull public android.app.smartspace.SmartspaceAction.Builder setPendingIntent(@Nullable …
2991 …method @NonNull public android.app.smartspace.uitemplatedata.TapAction.Builder setPendingIntent(@N…
13173 …method public android.service.settings.suggestions.Suggestion.Builder setPendingIntent(android.app…