Home
last modified time | relevance | path

Searched refs:getActivityPendingIntent (Results 1 – 2 of 2) 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
240 .setContentIntent(mDependencies.getActivityPendingIntent( in updateNotifications()
252 .setContentIntent(mDependencies.getActivityPendingIntent( in updateNotifications()
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/
DNetworkStackNotifierTest.kt155 doReturn(mPendingIntent).`when`(mDependencies).getActivityPendingIntent( in setUp()
191 verify(mDependencies).getActivityPendingIntent( in verifyConnectedNotification()
283 verify(mDependencies).getActivityPendingIntent( in testVenueInfoNotification()