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

  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolver.java 133 final List<InstantAppResolveInfo> instantAppResolveInfoList =
136 if (instantAppResolveInfoList != null && instantAppResolveInfoList.size() > 0) {
138 instantAppResolveInfoList, origIntent, requestObj.resolvedType,
187 void onPhaseTwoResolved(List<InstantAppResolveInfo> instantAppResolveInfoList,
190 if (instantAppResolveInfoList != null && instantAppResolveInfoList.size() > 0) {
193 instantAppResolveInfoList, origIntent, null /*resolvedType*/,
367 List<InstantAppResolveInfo> instantAppResolveInfoList,
376 for (InstantAppResolveInfo instantAppResolveInfo : instantAppResolveInfoList) {
    [all...]
InstantAppResolverConnection.java 290 List<InstantAppResolveInfo> instantAppResolveInfoList, long startTime);

Completed in 71 milliseconds