HomeSort by relevance Sort by last modified time
    Searched defs:getDefaultAdapter (Results 1 - 25 of 60) 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
564 * NfcAdapter adapter = manager.getDefaultAdapter();</pre>
569 public static NfcAdapter getDefaultAdapter(Context context) {
584 return manager.getDefaultAdapter();
588 * Legacy NfcAdapter getter, always use {@link #getDefaultAdapter(Context)} instead.<p>
592 * @deprecated use {@link #getDefaultAdapter(Context)}
596 public static NfcAdapter getDefaultAdapter() {
601 Log.w(TAG, "WARNING: NfcAdapter.getDefaultAdapter() is deprecated, use " +
602 "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 45 public static NfcAdapter getDefaultAdapter(Context context) {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
BluetoothAddressPreferenceControllerTest.java 61 public static BluetoothAdapter getDefaultAdapter() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothAdapter.java 28 public static BluetoothAdapter getDefaultAdapter() {
  /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}
600 public static synchronized BluetoothAdapter getDefaultAdapter() {
614 * 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/3.1.1/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 

Completed in 421 milliseconds

1 2 3