Searched refs:getCachedInfo (Results 1 – 4 of 4) sorted by relevance
275 return getCachedInfo().getCreatorPackage(); in getCreatorPackage()288 return getCachedInfo().getCreatorUid(); in getCreatorUid()303 int uid = getCachedInfo().getCreatorUid(); in getCreatorUserHandle()414 private PendingIntentInfo getCachedInfo() { in getCachedInfo() method in IntentSender431 return getCachedInfo().isImmutable(); in isImmutable()
1152 return getCachedInfo().getCreatorPackage(); in getCreatorPackage()1174 return getCachedInfo().getCreatorUid(); in getCreatorUid()1305 int uid = getCachedInfo().getCreatorUid(); in getCreatorUserHandle()1326 return getCachedInfo().isImmutable(); in isImmutable()1334 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()1582 private PendingIntentInfo getCachedInfo() { in getCachedInfo() method in PendingIntent
2407 HSPLandroid/app/PendingIntent;->getCachedInfo()Landroid/app/ActivityManager$PendingIntentInfo;