Home
last modified time | relevance | path

Searched refs:PendingIntentSender (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DMyNotificationListenerService.java47 final PendingIntentSender sender = new PendingIntentSender(); in onNotificationPosted()
83 private static final class PendingIntentSender { class in MyNotificationListenerService
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DPendingIntentSender.kt27 object PendingIntentSender { object
35 com.android.safetycenter.pendingintents.PendingIntentSender.send(pi, launchTaskId) in send()
DSafetySubpageEntryPreference.kt82 PendingIntentSender.send(pendingIntent, launchTaskId) in setupClickListener()
125 PendingIntentSender.send(iconAction.pendingIntent, launchTaskId) in onBindViewHolder()
DSafetyCenterDashboardFragment.java279 PendingIntentSender.getTaskIdForEntry( in addTopLevelEntry()
299 PendingIntentSender.getTaskIdForEntry( in addGroupEntries()
DStaticSafetyEntryPreference.java64 PendingIntentSender.send(mEntry.getPendingIntent(), launchTaskId); in StaticSafetyEntryPreference()
DSafetyCenterSubpageFragment.kt145 PendingIntentSender.getTaskIdForEntry( in updateSafetyCenterEntries()
DPrivacySubpageFragment.kt133 PendingIntentSender.getTaskIdForEntry( in <lambda>()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/intent/
DCustomActionPendingIntentSender.kt36 ) : PendingIntentSender {
59 fun bindSender(sender: CustomActionPendingIntentSender): PendingIntentSender
DInitialCustomActionsModule.kt34 @CustomAction pendingIntentSender: PendingIntentSender, in initialCustomActionModels()
42 fun ChooserAction.toCustomActionModel(pendingIntentSender: PendingIntentSender) = in toCustomActionModel()
DPendingIntentSender.kt22 fun interface PendingIntentSender { in interface() interface
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DSafetyEntryView.kt32 import com.android.permissioncontroller.safetycenter.ui.PendingIntentSender
110 PendingIntentSender.send(entry.pendingIntent, launchTaskId) in setupEntryClickListener()
165 PendingIntentSender.send(iconAction.pendingIntent, launchTaskId) in sendIconActionIntent()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DUpdateChooserRequestInteractor.kt21 import com.android.intentresolver.contentpreview.payloadtoggle.domain.intent.PendingIntentSender in <lambda>()
35 @CustomAction private val pendingIntentSender: PendingIntentSender, in <lambda>()
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetyCenterNotificationLoggingHelperTests.kt24 import com.android.safetycenter.pendingintents.PendingIntentSender
106 launchActivity = { PendingIntentSender.send(contentIntent) }, in newTestDataWithNotifiableIssue()
/packages/modules/Permission/SafetyCenter/PendingIntents/java/com/android/safetycenter/pendingintents/
DPendingIntentSender.java35 public final class PendingIntentSender { class
37 private PendingIntentSender() {} in PendingIntentSender() method in PendingIntentSender
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/ui/viewmodel/
DShareouselViewModelTest.kt33 import com.android.intentresolver.contentpreview.payloadtoggle.domain.intent.PendingIntentSender in <lambda>()
300 pendingIntentSender: PendingIntentSender = PendingIntentSender {}, in <lambda>()
/packages/modules/IntentResolver/tests/shared/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/intent/
DPendingIntentSenderKosmos.kt22 var Kosmos.pendingIntentSender by Kosmos.Fixture { mock<PendingIntentSender> {} } in <lambda>()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt37 import com.android.safetycenter.pendingintents.PendingIntentSender
1311 PendingIntentSender.send(action.actionIntent) in sendActionPendingIntentAndWaitWithPermission()
1336 launchActivity = { PendingIntentSender.send(contentIntent) }, in <lambda>()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterService.java91 import com.android.safetycenter.pendingintents.PendingIntentSender;
1343 return PendingIntentSender.trySend(pendingIntent, launchTaskId); in dispatchPendingIntent()