OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstallShortcutReceiver
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java
40
public class
InstallShortcutReceiver
extends BroadcastReceiver {
105
Log.d("
InstallShortcutReceiver
", "Exception when adding shortcut: " + e);
145
Log.d("
InstallShortcutReceiver
", "Exception reading shortcut to add: " + e);
147
Log.d("
InstallShortcutReceiver
", "Exception reading shortcut to add: " + e);
Workspace.java
387
InstallShortcutReceiver
.enableInstallQueue();
396
// Re-enable any Un/
InstallShortcutReceiver
and now process any queued items
397
InstallShortcutReceiver
.disableAndFlushInstallQueue(getContext());
[
all
...]
Launcher.java
768
InstallShortcutReceiver
.flushInstallQueue(this);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java
41
public class
InstallShortcutReceiver
extends BroadcastReceiver {
42
private static final String TAG = "
InstallShortcutReceiver
";
Launcher.java
[
all
...]
Workspace.java
389
InstallShortcutReceiver
.enableInstallQueue();
406
// Re-enable any Un/
InstallShortcutReceiver
and now process any queued items
407
InstallShortcutReceiver
.disableAndFlushInstallQueue(getContext());
[
all
...]
Completed in 55 milliseconds