OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBaseIntent
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInputLogger.java
43
private final Intent
mBaseIntent
;
65
mBaseIntent
= new Intent(LoggingEvents.ACTION_LOG_EVENT);
66
mBaseIntent
.putExtra(LoggingEvents.EXTRA_APP_NAME, LoggingEvents.VoiceIme.APP_NAME);
70
Intent i = new Intent(
mBaseIntent
);
77
Intent i = new Intent(
mBaseIntent
);
/packages/apps/Settings/src/com/android/settings/
ActivityPicker.java
69
private Intent
mBaseIntent
;
80
mBaseIntent
= (Intent) parcel;
82
mBaseIntent
= new Intent(Intent.ACTION_MAIN, null);
83
mBaseIntent
.addCategory(Intent.CATEGORY_DEFAULT);
130
return item.getIntent(
mBaseIntent
);
135
* implementation mixes activities matching {@link #
mBaseIntent
} from
172
if (
mBaseIntent
!= null) {
173
putIntentItems(
mBaseIntent
, items);
Completed in 22 milliseconds