HomeSort by relevance Sort by last modified time
    Searched defs:getDefaultAdapter (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/base/core/java/android/nfc/
NfcManager.java 27 * then call {@link #getDefaultAdapter} to obtain the {@link NfcAdapter}.
30 * {@link NfcAdapter#getDefaultAdapter(android.content.Context)}.
38 * @see NfcAdapter#getDefaultAdapter(android.content.Context)
67 public NfcAdapter getDefaultAdapter() {
NfcAdapter.java 49 * Use the helper {@link #getDefaultAdapter(Context)} to get the default NFC
534 * NfcAdapter adapter = manager.getDefaultAdapter();</pre>
539 public static NfcAdapter getDefaultAdapter(Context context) {
554 return manager.getDefaultAdapter();
558 * Legacy NfcAdapter getter, always use {@link #getDefaultAdapter(Context)} instead.<p>
562 * @deprecated use {@link #getDefaultAdapter(Context)}
566 public static NfcAdapter getDefaultAdapter() {
571 Log.w(TAG, "WARNING: NfcAdapter.getDefaultAdapter() is deprecated, use " +
572 "NfcAdapter.getDefaultAdapter(Context) instead", new Exception());
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
NfcAdapterTest.java 15 assertThat(NfcAdapter.getDefaultAdapter(null), instanceOf(NfcAdapter.class));
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothAdapter.java 23 public static BluetoothAdapter getDefaultAdapter() {
ShadowNfcAdapter.java 25 public static NfcAdapter getDefaultAdapter(Context context) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowNfcAdapter.java 44 public static NfcAdapter getDefaultAdapter(Context context) {
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 54 assertNotNull(BluetoothAdapter.getDefaultAdapter());
56 assertNull(BluetoothAdapter.getDefaultAdapter());
124 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
137 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
148 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
160 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
176 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
212 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 74 * On JELLY_BEAN_MR1 and below you will need to use the static {@link #getDefaultAdapter}
572 public static synchronized BluetoothAdapter getDefaultAdapter() {
586 * Use {@link #getDefaultAdapter} to get the BluetoothAdapter instance.
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 248 milliseconds

1 2 3