Searched refs:mNestedIntentKeys (Results 1 – 1 of 1) sorted by relevance
11732 if (otherCreatorTokenInfo != null && otherCreatorTokenInfo.mNestedIntentKeys != null) { in fillInCreatorTokenInfo()11737 otherCreatorTokenInfo.mNestedIntentKeys; in fillInCreatorTokenInfo()11738 if (mCreatorTokenInfo.mNestedIntentKeys == null) { in fillInCreatorTokenInfo()11739 mCreatorTokenInfo.mNestedIntentKeys = new ArraySet<>(otherNestedIntentKeys); in fillInCreatorTokenInfo()11755 int N = mCreatorTokenInfo.mNestedIntentKeys.size(); in fillInCreatorTokenInfo()11757 NestedIntentKey key = mCreatorTokenInfo.mNestedIntentKeys.valueAt(i); in fillInCreatorTokenInfo()11759 mCreatorTokenInfo.mNestedIntentKeys.removeAt(i); in fillInCreatorTokenInfo()11764 mCreatorTokenInfo.mNestedIntentKeys.addAll(otherKeys); in fillInCreatorTokenInfo()12304 private ArraySet<NestedIntentKey> mNestedIntentKeys; field in Intent.CreatorTokenInfo12390 return mCreatorTokenInfo == null ? null : mCreatorTokenInfo.mNestedIntentKeys; in getExtraIntentKeys()[all …]