HomeSort by relevance Sort by last modified time
    Searched defs:sanitizedIntent (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolver.java 103 final Intent sanitizedIntent;
104 sanitizedIntent = new Intent(origIntent.getAction());
108 sanitizedIntent.addCategory(category);
114 sanitizedIntent.setDataAndType(sanitizedUri, origIntent.getType());
115 sanitizedIntent.addFlags(origIntent.getFlags());
116 sanitizedIntent.setPackage(origIntent.getPackage());
117 return sanitizedIntent;
128 final Intent sanitizedIntent = sanitizeIntent(origIntent);
134 connection.getInstantAppResolveInfoList(sanitizedIntent,
183 final Intent sanitizedIntent = sanitizeIntent(origIntent)
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 223 milliseconds