Searched refs:sourceAuthority (Results 1 – 1 of 1) sorted by relevance
79 private ImportDataTask(Context context, String sourceAuthority) { in ImportDataTask() argument81 mOtherFavoritesUri = Uri.parse("content://" + sourceAuthority + "/" + Favorites.TABLE_NAME); in ImportDataTask()317 String sourceAuthority = devicePrefs.getString(KEY_DATA_IMPORT_SRC_AUTHORITY, ""); in performImportIfPossible() local319 if (TextUtils.isEmpty(sourcePackage) || TextUtils.isEmpty(sourceAuthority)) { in performImportIfPossible()343 if (sourceAuthority.equals(info.authority)) { in performImportIfPossible()348 return new ImportDataTask(context, sourceAuthority).importWorkspace(); in performImportIfPossible()