Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java79 private ImportDataTask(Context context, String sourceAuthority) { in ImportDataTask() argument
81 mOtherFavoritesUri = Uri.parse("content://" + sourceAuthority + "/" + Favorites.TABLE_NAME); in ImportDataTask()
317 String sourceAuthority = devicePrefs.getString(KEY_DATA_IMPORT_SRC_AUTHORITY, ""); in performImportIfPossible() local
319 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()