OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intentAction
(Results
1 - 11
of
11
) sorted by null
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/
MessagingService.java
44
String
intentAction
= intent.getAction();
45
if (ACTION_MY_RECEIVE_SMS.equals(
intentAction
)) {
50
} else if (ACTION_MY_RECEIVE_MMS.equals(
intentAction
)) {
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
ClockWidgetProvider.java
22
String
intentAction
= intent.getAction();
24
if (INET_CONDITION_ACTION.equals(
intentAction
) ||
25
ConnectivityManager.CONNECTIVITY_ACTION.equals(
intentAction
)) {
27
if (INET_CONDITION_ACTION.equals(
intentAction
)) {
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
74
String
intentAction
;
76
intentAction
= ACTION_GATT_CONNECTED;
78
broadcastUpdate(
intentAction
);
85
intentAction
= ACTION_GATT_DISCONNECTED;
88
broadcastUpdate(
intentAction
);
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java
74
String
intentAction
;
76
intentAction
= ACTION_GATT_CONNECTED;
78
broadcastUpdate(
intentAction
);
85
intentAction
= ACTION_GATT_DISCONNECTED;
88
broadcastUpdate(
intentAction
);
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java
74
String
intentAction
;
76
intentAction
= ACTION_GATT_CONNECTED;
78
broadcastUpdate(
intentAction
);
85
intentAction
= ACTION_GATT_DISCONNECTED;
88
broadcastUpdate(
intentAction
);
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
MainActivity.java
91
String
intentAction
= getIntent() == null ? null : getIntent().getAction();
92
if (!TextUtils.isEmpty(
intentAction
) && (Intent.ACTION_SENDTO.equals(
intentAction
)
93
|| Intent.ACTION_SEND.equals(
intentAction
))) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
UserRestrictions.java
228
item.
intentAction
);
281
final String
intentAction
;
282
public UserRestrictionItem(int label, int userAction, String
intentAction
) {
285
this.
intentAction
=
intentAction
;
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
IntentFragment.java
48
mActionTextView = layout.findViewById(R.id.
intentAction
);
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
MovieDetailsFragment.java
128
String
intentAction
= intent.getAction();
130
if (globalSearch.equalsIgnoreCase(
intentAction
)) {
132
Log.d(TAG, "action: " +
intentAction
+ " intentData:" + intentData);
/cts/tests/autofillservice/src/android/autofillservice/cts/
LoginActivityTest.java
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java
[
all
...]
Completed in 315 milliseconds