OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intentAction
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java
60
String
intentAction
= intent.getAction();
61
if (AudioManager.ACTION_AUDIO_BECOMING_NOISY.equals(
intentAction
)) {
66
} else if (Intent.ACTION_MEDIA_BUTTON.equals(
intentAction
)) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutsProvider.java
169
String
intentAction
= shortcut.getAsString(SearchManager.SUGGEST_COLUMN_INTENT_ACTION);
184
suggestion.setIntentAction(
intentAction
);
ShortcutRepositoryImplLog.java
529
String
intentAction
= suggestion.getSuggestionIntentAction();
566
cv.put(Shortcuts.intent_action.name(),
intentAction
);
582
* Makes a string of the form source#intentData#
intentAction
#intentQuery
586
String
intentAction
= suggestion.getSuggestionIntentAction();
599
if (
intentAction
!= null) {
600
key.append(
intentAction
);
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java
81
String
intentAction
;
107
list.add(
intentAction
); //
intentAction
159
intentAction
= null;
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java
[
all
...]
Completed in 262 milliseconds