OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQUEST_PICK_APPWIDGET
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java
76
private static final int
REQUEST_PICK_APPWIDGET
= 126;
540
onActivityResult(
REQUEST_PICK_APPWIDGET
, result, mResultData);
556
if (requestCode ==
REQUEST_PICK_APPWIDGET
|| requestCode == REQUEST_CREATE_APPWIDGET) {
564
if (requestCode ==
REQUEST_PICK_APPWIDGET
&& resultCode == Activity.RESULT_OK) {
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
141
private static final int
REQUEST_PICK_APPWIDGET
= 9;
644
boolean isWidgetDrop = (requestCode ==
REQUEST_PICK_APPWIDGET
||
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java
138
private static final int
REQUEST_PICK_APPWIDGET
= 9;
801
boolean isWidgetDrop = (requestCode ==
REQUEST_PICK_APPWIDGET
||
[
all
...]
Completed in 76 milliseconds