Home
last modified time | relevance | path

Searched refs:getActivityPendingIntent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java101 public PendingIntent getActivityPendingIntent(Context context, Intent intent, int flags) { in getActivityPendingIntent() method in NetworkStackNotifier.Dependencies
246 .setContentIntent(mDependencies.getActivityPendingIntent( in updateNotifications()
258 .setContentIntent(mDependencies.getActivityPendingIntent( in updateNotifications()
/packages/modules/Permission/service/java/com/android/safetycenter/
DPendingIntentFactory.java91 return getActivityPendingIntent( in getPendingIntent()
203 public static PendingIntent getActivityPendingIntent( in getActivityPendingIntent() method in PendingIntentFactory
/packages/modules/Permission/service/java/com/android/safetycenter/data/
DAndroidLockScreenFix.java186 return PendingIntentFactory.getActivityPendingIntent( in overridePendingIntent()
193 return PendingIntentFactory.getActivityPendingIntent( in overridePendingIntent()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/
DNetworkStackNotifierTest.kt174 doReturn(mPendingIntent).`when`(mDependencies).getActivityPendingIntent( in setUp()
210 verify(mDependencies).getActivityPendingIntent( in verifyConnectedNotification()
302 verify(mDependencies).getActivityPendingIntent( in testVenueInfoNotification()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java205 return PendingIntentFactory.getActivityPendingIntent( in newSafetyCenterPendingIntent()
219 return PendingIntentFactory.getActivityPendingIntent( in newSafetyCenterPendingIntent()