OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_REQUEST_ENABLE
(Results
1 - 25
of
26
) sorted by null
1
2
/packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java
258
if (intent != null && intent.getAction().equals(BluetoothAdapter.
ACTION_REQUEST_ENABLE
)) {
272
+ BluetoothAdapter.
ACTION_REQUEST_ENABLE
+ " or "
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java
38
* enabling it via the Intent action {@link BluetoothAdapter#
ACTION_REQUEST_ENABLE
}.
92
Intent intent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
ConnectionAccessClientActivity.java
85
Intent intent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
ConnectionAccessServerActivity.java
86
Intent intent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
DevicePickerActivity.java
107
Intent intent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
MessageTestActivity.java
144
Intent intent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
/packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java
105
i.setAction(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
119
Intent enableBtIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
119
Intent enableBtIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java
119
Intent enableBtIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
111
Intent enableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
133
// onResume() will be called when
ACTION_REQUEST_ENABLE
activity returns.
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java
111
Intent enableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
133
// onResume() will be called when
ACTION_REQUEST_ENABLE
activity returns.
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
111
Intent enableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
126
// onResume() will be called when
ACTION_REQUEST_ENABLE
activity returns.
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java
234
Intent enableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java
111
Intent enableIntent = new Intent(BluetoothAdapter.
ACTION_REQUEST_ENABLE
);
133
// onResume() will be called when
ACTION_REQUEST_ENABLE
activity returns.
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
208
public static final String
ACTION_REQUEST_ENABLE
=
549
* #
ACTION_REQUEST_ENABLE
} Intent, which will raise a dialog that requests
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
Completed in 8313 milliseconds
1
2