OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intentDescription
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java
514
final String
intentDescription
= cursor.getString(INTENT_INDEX);
516
Intent intent = Intent.parseUri(
intentDescription
, 0);
772
String
intentDescription
= c.getString(INTENT_INDEX);
773
if (!TextUtils.isEmpty(
intentDescription
)) {
775
Intent intent = Intent.parseUri(
intentDescription
, 0);
[
all
...]
LauncherModel.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java
[
all
...]
Completed in 79 milliseconds