Home
last modified time | relevance | path

Searched refs:getIntentSenderType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DPendingIntent.java1334 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_ACTIVITY; in isActivity()
1341 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_FOREGROUND_SERVICE; in isForegroundService()
1348 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_SERVICE; in isService()
1355 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_BROADCAST; in isBroadcast()
DActivityManager.java6452 public int getIntentSenderType() { in getIntentSenderType() method in ActivityManager.PendingIntentInfo