Home
last modified time | relevance | path

Searched refs:lastCmpAuthority (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DBannerController.java199 final String lastCmpAuthority = mCloudProviderDataMap.get(AUTHORITY); in onChangeCloudMediaInfo() local
202 Log.d(TAG, "Last CloudMediaProvider authority: " + lastCmpAuthority); in onChangeCloudMediaInfo()
204 if (TextUtils.equals(lastCmpAuthority, cmpAuthority) in onChangeCloudMediaInfo()
221 } else if (TextUtils.equals(lastCmpAuthority, cmpAuthority)) { in onChangeCloudMediaInfo()