Searched refs:idToIntentMapping (Results 1 – 1 of 1) sorted by relevance
1285 SparseArray<Intent> idToIntentMapping = new SparseArray<>(); in collectAllIntentsNoComplete() local1289 collectAllIntentsInternal(inViews, idToIntentMapping); in collectAllIntentsNoComplete()1292 int numOfIntents = idToIntentMapping.size(); in collectAllIntentsNoComplete()1304 /* intentsToIgnore= */ idToIntentMapping); in collectAllIntentsNoComplete()1312 return connectAllUniqueIntents(individualSize, idToIntentMapping); in collectAllIntentsNoComplete()1316 @NonNull SparseArray<Intent> idToIntentMapping) {1319 collectAllIntentsInternal(remoteViews, idToIntentMapping);1322 collectAllIntentsInternal(inViews.mLandscape, idToIntentMapping);1323 collectAllIntentsInternal(inViews.mPortrait, idToIntentMapping);1338 if (idToIntentMapping.contains(rca.mIntentId)) {[all …]