/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/ |
D | MyNotificationListenerService.java | 47 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/ |
D | PendingIntentSender.kt | 27 object PendingIntentSender { object 35 com.android.safetycenter.pendingintents.PendingIntentSender.send(pi, launchTaskId) in send()
|
D | SafetySubpageEntryPreference.kt | 82 PendingIntentSender.send(pendingIntent, launchTaskId) in setupClickListener() 125 PendingIntentSender.send(iconAction.pendingIntent, launchTaskId) in onBindViewHolder()
|
D | SafetyCenterDashboardFragment.java | 279 PendingIntentSender.getTaskIdForEntry( in addTopLevelEntry() 299 PendingIntentSender.getTaskIdForEntry( in addGroupEntries()
|
D | StaticSafetyEntryPreference.java | 64 PendingIntentSender.send(mEntry.getPendingIntent(), launchTaskId); in StaticSafetyEntryPreference()
|
D | SafetyCenterSubpageFragment.kt | 145 PendingIntentSender.getTaskIdForEntry( in updateSafetyCenterEntries()
|
D | PrivacySubpageFragment.kt | 133 PendingIntentSender.getTaskIdForEntry( in <lambda>()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/intent/ |
D | CustomActionPendingIntentSender.kt | 36 ) : PendingIntentSender { 59 fun bindSender(sender: CustomActionPendingIntentSender): PendingIntentSender
|
D | InitialCustomActionsModule.kt | 34 @CustomAction pendingIntentSender: PendingIntentSender, in initialCustomActionModels() 42 fun ChooserAction.toCustomActionModel(pendingIntentSender: PendingIntentSender) = in toCustomActionModel()
|
D | PendingIntentSender.kt | 22 fun interface PendingIntentSender { in interface() interface
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/ |
D | SafetyEntryView.kt | 32 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/ |
D | UpdateChooserRequestInteractor.kt | 21 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/ |
D | SafetyCenterNotificationLoggingHelperTests.kt | 24 import com.android.safetycenter.pendingintents.PendingIntentSender 106 launchActivity = { PendingIntentSender.send(contentIntent) }, in newTestDataWithNotifiableIssue()
|
/packages/modules/Permission/SafetyCenter/PendingIntents/java/com/android/safetycenter/pendingintents/ |
D | PendingIntentSender.java | 35 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/ |
D | ShareouselViewModelTest.kt | 33 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/ |
D | PendingIntentSenderKosmos.kt | 22 var Kosmos.pendingIntentSender by Kosmos.Fixture { mock<PendingIntentSender> {} } in <lambda>()
|
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ |
D | SafetyCenterNotificationTest.kt | 37 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/ |
D | SafetyCenterService.java | 91 import com.android.safetycenter.pendingintents.PendingIntentSender; 1343 return PendingIntentSender.trySend(pendingIntent, launchTaskId); in dispatchPendingIntent()
|