Searched refs:cmpAuthority (Results 1 – 2 of 2) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/ |
D | BannerController.java | 142 String cmpAuthority = null, cmpAccountName = null; in initialise() local 161 cmpAuthority = getCurrentCloudProvider(contentResolver); in initialise() 162 mCmpLabel = getProviderLabelForUser(mContext, mUserHandle, cmpAuthority); in initialise() 164 cmpAuthority, GET_CLOUD_MEDIA_COLLECTION_INFO_TIMEOUT_IN_MILLIS); in initialise() 173 Log.d(TAG, "Current CloudMediaProvider authority: " + cmpAuthority + ", label: " in initialise() 178 updateCloudProviderDataMap(cmpAuthority, cmpAccountName); in initialise() 183 onChangeCloudMediaInfo(cmpAuthority, cmpAccountName); in initialise() 197 void onChangeCloudMediaInfo(@Nullable String cmpAuthority, @Nullable String cmpAccountName) { in onChangeCloudMediaInfo() argument 204 if (TextUtils.equals(lastCmpAuthority, cmpAuthority) in onChangeCloudMediaInfo() 213 if (cmpAuthority == null) { in onChangeCloudMediaInfo() [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/ |
D | PickerDataLayerV2.java | 647 @NonNull String cmpAuthority) { in getCMPAlbumsCursor() argument 649 getAlbumUri(cmpAuthority), in getCMPAlbumsCursor() 655 : new AlbumsCursorWrapper(cursor, cmpAuthority, localAuthority); in getCMPAlbumsCursor()
|