OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intentAction
(Results
1 - 3
of
3
) 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
158
String
intentAction
= shortcut.getAsString(SearchManager.SUGGEST_COLUMN_INTENT_ACTION);
173
suggestion.setIntentAction(
intentAction
);
ShortcutRepositoryImplLog.java
442
String
intentAction
= suggestion.getSuggestionIntentAction();
455
if (
intentAction
!= null) {
456
key.append(
intentAction
);
462
// A string of the form source#intentData#
intentAction
#intentQuery
480
cv.put(Shortcuts.intent_action.name(),
intentAction
);
[
all
...]
Completed in 88 milliseconds