Home
last modified time | relevance | path

Searched refs:sanitizedIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DInstantAppResolverService.java115 public void onGetInstantAppResolveInfo(@NonNull Intent sanitizedIntent, in onGetInstantAppResolveInfo() argument
119 if (sanitizedIntent.isWebIntent()) { in onGetInstantAppResolveInfo()
146 public void onGetInstantAppIntentFilter(@NonNull Intent sanitizedIntent, in onGetInstantAppIntentFilter() argument
151 if (sanitizedIntent.isWebIntent()) { in onGetInstantAppIntentFilter()
183 public void onGetInstantAppResolveInfo(@NonNull Intent sanitizedIntent, in onGetInstantAppResolveInfo() argument
187 onGetInstantAppResolveInfo(sanitizedIntent, hostDigestPrefix, token, callback); in onGetInstantAppResolveInfo()
210 public void onGetInstantAppIntentFilter(@NonNull Intent sanitizedIntent, in onGetInstantAppIntentFilter() argument
214 onGetInstantAppIntentFilter(sanitizedIntent, hostDigestPrefix, token, callback); in onGetInstantAppIntentFilter()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java107 final Intent sanitizedIntent; in sanitizeIntent() local
108 sanitizedIntent = new Intent(origIntent.getAction()); in sanitizeIntent()
112 sanitizedIntent.addCategory(category); in sanitizeIntent()
118 sanitizedIntent.setDataAndType(sanitizedUri, origIntent.getType()); in sanitizeIntent()
119 sanitizedIntent.addFlags(origIntent.getFlags()); in sanitizeIntent()
120 sanitizedIntent.setPackage(origIntent.getPackage()); in sanitizeIntent()
121 return sanitizedIntent; in sanitizeIntent()
203 final Intent sanitizedIntent = sanitizeIntent(origIntent); in doInstantAppResolutionPhaseTwo() local
226 sanitizedIntent, in doInstantAppResolutionPhaseTwo()
271 @NonNull Intent sanitizedIntent, in buildEphemeralInstallerIntent() argument
[all …]
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3710 Intent sanitizedIntent = createServiceStateIntent(state, subId, phoneId, true); in broadcastServiceStateChanged() local
3712 sanitizedIntent, in broadcastServiceStateChanged()
3718 sanitizedIntent, in broadcastServiceStateChanged()
3742 Intent sanitizedIntent = createServiceStateIntent(state, subId, phoneId, true); in broadcastServiceStateChanged() local
3744 sanitizedIntent, in broadcastServiceStateChanged()
3750 sanitizedIntent, in broadcastServiceStateChanged()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java18643 final Intent sanitizedIntent =
18645 if (sanitizedIntent == null) {