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

/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java913 * @param intentType The type of {@link PendingIntent} to be created when posting this
922 public Builder setContentIntentData(@IntentType int intentType, Intent intent, argument
924 if (intentType != INTENT_TYPE_ACTIVITY &&
925 intentType != INTENT_TYPE_BROADCAST &&
926 intentType != INTENT_TYPE_SERVICE) {
931 mBuilderContentIntentData.mType = intentType;
948 * @param intentType The type of {@link PendingIntent} to be created when posting this
958 public Builder setDismissIntentData(@IntentType int intentType, @Nullable Intent intent, argument
961 if (intentType != INTENT_TYPE_ACTIVITY &&
962 intentType !
[all...]
/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

Completed in 55 milliseconds