HomeSort by relevance Sort by last modified time
    Searched refs:intentDescription (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 538 final String intentDescription = cursor.getString(INTENT_INDEX);
540 Intent intent = Intent.parseUri(intentDescription, 0);
781 String intentDescription = c.getString(INTENT_INDEX);
783 if (!TextUtils.isEmpty(intentDescription)) {
785 intent = Intent.parseUri(intentDescription, 0);
    [all...]
LauncherProvider.java 760 String intentDescription = c.getString(intentIndex);
763 intent = Intent.parseUri(intentDescription, 0);
    [all...]
LauncherModel.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]

Completed in 195 milliseconds