Searched defs:intentType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
H A DIntentFirewall.java146 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType,
178 logIntent(intentType, intent, callerUid, resolvedType);
184 private static void logIntent(int intentType, Intent intent, int callerUid, argument
208 EventLogTags.writeIfwIntentMatched(intentType, shortComponent, callerUid,
145 checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent, int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java904 * @param intentType The type of {@link PendingIntent} to be created when posting this
913 public Builder setContentIntentData(@IntentType int intentType, Intent intent, argument
915 if (intentType != INTENT_TYPE_ACTIVITY &&
916 intentType != INTENT_TYPE_BROADCAST &&
917 intentType != INTENT_TYPE_SERVICE) {
922 mBuilderContentIntentData.mType = intentType;
939 * @param intentType The type of {@link PendingIntent} to be created when posting this
949 public Builder setDismissIntentData(@IntentType int intentType, @Nullable Intent intent, argument
952 if (intentType != INTENT_TYPE_ACTIVITY &&
953 intentType !
[all...]

Completed in 76 milliseconds