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

  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceSettingsManager.java 399 ResolveInfo rInfo = matches.get(0);
400 if (rInfo.activityInfo != null &&
401 rInfo.activityInfo.applicationInfo != null &&
402 (rInfo.activityInfo.applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
403 defaultRI = rInfo;
410 ResolveInfo rInfo = matches.get(i);
411 if (rInfo.activityInfo != null &&
412 defaultPackage.equals(rInfo.activityInfo.packageName)) {
413 defaultRI = rInfo;
440 resolverIntent.putExtra("rinfo", matches.get(0))
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]

Completed in 97 milliseconds