Searched refs:intentType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | SlicePurchaseBroadcastReceiver.java | 253 String intentType = getPendingIntentType(extra); in isPendingIntentValid() local 256 loge("isPendingIntentValid: " + intentType + " intent not found."); in isPendingIntentValid() 261 String logStr = "isPendingIntentValid: " + intentType + " intent was created by " in isPendingIntentValid() 268 loge("isPendingIntentValid: " + intentType + " intent is not a broadcast."); in isPendingIntentValid()
|
/frameworks/base/services/core/java/com/android/server/firewall/ |
D | IntentFirewall.java | 163 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() argument 196 logIntent(intentType, intent, callerUid, resolvedType); in checkIntent() 202 private static void logIntent(int intentType, Intent intent, int callerUid, in logIntent() argument 226 EventLogTags.writeIfwIntentMatched(intentType, shortComponent, callerUid, in logIntent()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | LowPowerStandbyController.java | 795 private void sendExplicitBroadcast(String intentType) { in sendExplicitBroadcast() argument 796 final Intent intent = new Intent(intentType); in sendExplicitBroadcast() 801 final Intent privilegedIntent = new Intent(intentType); in sendExplicitBroadcast()
|