Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPickerDataLayer.java359 final Bundle accountBundle = mContext.getContentResolver() in fetchCloudAccountInfoInternal() local
362 if (accountBundle == null) { in fetchCloudAccountInfoInternal()
368 final String accountName = accountBundle.getString(ACCOUNT_NAME); in fetchCloudAccountInfoInternal()
372 final Intent configIntent = accountBundle.getParcelable(ACCOUNT_CONFIGURATION_INTENT); in fetchCloudAccountInfoInternal()