OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAndClearInstallQueue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java
110
private static ArrayList<PendingInstallShortcutInfo>
getAndClearInstallQueue
(
225
ArrayList<PendingInstallShortcutInfo> installQueue =
getAndClearInstallQueue
(sp);
/packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java
118
private static ArrayList<PendingInstallShortcutInfo>
getAndClearInstallQueue
(
208
ArrayList<PendingInstallShortcutInfo> installQueue =
getAndClearInstallQueue
(sp, context);
Completed in 193 milliseconds