Home
last modified time | relevance | path

Searched defs:setPendingIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotActionChip.java78 void setPendingIntent(PendingIntent intent, Runnable finisher) { in setPendingIntent() method in ScreenshotActionChip
/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/core/java/android/service/settings/suggestions/
DSuggestion.java210 public Builder setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in Suggestion.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java312 public void setPendingIntent(PendingIntent pendingIntent) { in setPendingIntent() method in RemoteInputView