Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPendingIntent.java1168 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_ACTIVITY; in isActivity()
1175 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_FOREGROUND_SERVICE; in isForegroundService()
1182 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_SERVICE; in isService()
1189 return getCachedInfo().getIntentSenderType() == INTENT_SENDER_BROADCAST; in isBroadcast()
DActivityManager.java4895 public int getIntentSenderType() { in getIntentSenderType() method in ActivityManager.PendingIntentInfo