OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intentaction
(Results
1 - 13
of
13
) sorted by null
/packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java
40
public static void startService(Context context, String
intentAction
) {
41
context.startService(new Intent(
intentAction
));
51
public static IEmailService getService(Context context, String
intentAction
,
53
return new EmailServiceProxy(context,
intentAction
, callback);
59
public static boolean isServiceAvailable(Context context, String
intentAction
) {
60
return new EmailServiceProxy(context,
intentAction
, null).test();
/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/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java
205
for (String
intentAction
: intentActions) {
207
boolean includeSelfChangeExtra =
intentAction
.equals(Intent.ACTION_PROVIDER_CHANGED);
209
getBroadcastReceiverComponents(
intentAction
, notificationUri)) {
217
Intent intent = new Intent(
intentAction
, notificationUri);
237
private List<ComponentName> getBroadcastReceiverComponents(String
intentAction
, Uri uri) {
238
Intent intent = new Intent(
intentAction
, uri);
GlobalSearchSupport.java
81
String
intentAction
;
107
list.add(
intentAction
); //
intentAction
159
intentAction
= null;
/packages/apps/Settings/src/com/android/settings/
DebugIntentSender.java
44
String
intentAction
= mIntentField.getText().toString();
49
Intent intent = new Intent(
intentAction
);
/development/samples/BluetoothLeGatt/src/com/example/bluetooth/le/
BluetoothLeService.java
74
String
intentAction
;
76
intentAction
= ACTION_GATT_CONNECTED;
78
broadcastUpdate(
intentAction
);
85
intentAction
= ACTION_GATT_DISCONNECTED;
88
broadcastUpdate(
intentAction
);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java
167
public SuggestionData setIntentAction(String
intentAction
) {
168
mIntentAction =
intentAction
;
323
appendField(builder, "
intentAction
", mIntentAction);
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
...]
/frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd
377
String
intentAction
;
379
intentAction
= ACTION_GATT_CONNECTED;
381
broadcastUpdate(
intentAction
);
387
intentAction
= ACTION_GATT_DISCONNECTED;
390
broadcastUpdate(
intentAction
);
/frameworks/base/docs/html/reference/com/google/android/gms/plus/
PlusShare.Builder.html
857
<span class="sympad"><a href="/reference/com/google/android/gms/plus/PlusShare.Builder.html#PlusShare.Builder(java.lang.String)">PlusShare.Builder</a></span>(String
intentAction
)</nobr>
875
<span class="sympad"><a href="/reference/com/google/android/gms/plus/PlusShare.Builder.html#PlusShare.Builder(java.lang.String, java.lang.String, android.content.ComponentName)">PlusShare.Builder</a></span>(String
intentAction
, String activityPackageName, ComponentName activityComponentName)</nobr>
[
all
...]
/frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd
19
<li><a href="#
IntentAction
">Declaring the intent action</a></li>
417
<h3 id="
IntentAction
">Declaring the intent action</h3>
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java
[
all
...]
Completed in 266 milliseconds