Searched refs:currentHolders (Results 1 – 1 of 1) sorted by relevance
1128 List<ProjectionHolder> currentHolders = mProjectionHolders.get(projectionType); in requestProjection() local1131 for (int i = 0; i < currentHolders.size(); ++i) { in requestProjection()1132 if (callingPackage.equals(currentHolders.get(i).mPackageName)) { in requestProjection()1141 if (projectionType == PROJECTION_TYPE_AUTOMOTIVE && !currentHolders.isEmpty()) { in requestProjection()1151 currentHolders.add(projectionHolder); in requestProjection()