Searched
full:disconnected (Results
276 -
300 of
922) sorted by null
<<11121314151617181920>>
/frameworks/base/packages/SettingsLib/res/values-en-rAU/ |
strings.xml | 37 <string name="bluetooth_disconnected" msgid="6557104142667339895">"Disconnected"</string>
|
/frameworks/base/packages/SettingsLib/res/values-en-rGB/ |
strings.xml | 37 <string name="bluetooth_disconnected" msgid="6557104142667339895">"Disconnected"</string>
|
/frameworks/base/packages/SettingsLib/res/values-en-rIN/ |
strings.xml | 37 <string name="bluetooth_disconnected" msgid="6557104142667339895">"Disconnected"</string>
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
A2dpProfile.java | 79 if (V) Log.d(TAG,"Bluetooth service disconnected");
|
HeadsetProfile.java | 85 if (V) Log.d(TAG,"Bluetooth service disconnected");
|
HidProfile.java | 74 if (V) Log.d(TAG,"Bluetooth service disconnected");
|
MapProfile.java | 85 if (V) Log.d(TAG,"Bluetooth service disconnected");
|
SapProfile.java | 84 if (V) Log.d(TAG,"Bluetooth service disconnected");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
DemoStatusIcons.java | 77 int iconId = bt.equals("disconnected") ? R.drawable.stat_sys_data_bluetooth
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
BluetoothControllerImpl.java | 83 return "DISCONNECTED";
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
ClientTest.java | 149 Log.v(LOG_TAG, "service disconnected.");
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
BatteryController.java | 193 Slog.d(TAG, "Disconnected from power.");
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DctConstants.java | 36 * FAILED or IDLE : DISCONNECTED
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
SourceActivity.java | 172 mLogger.log("Disconnected.");
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ActivityTestMain.java | 213 Log.i(TAG, "Service disconnected " + name); 242 Log.i(TAG, "Isolated service disconnected " + name); 315 Log.i(TAG, "Service disconnected " + name); 338 Log.i(TAG, "Service disconnected " + name);
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
PlayerController.java | 168 Log.d(TAG, "Disconnected from PlayerService");
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingStateCallback.java | 88 * Device is disconnected
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasClient.java | 53 * either failed or was disconnected (depends on request from application) 277 DISCONNECTED, CONNECTING, CONNECTED, DISCONNECTING; 293 private ConnectionState mConnectionState = ConnectionState.DISCONNECTED; 351 client.mConnectionState = ConnectionState.DISCONNECTED; [all...] |
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
BluetoothPbapClient.java | 365 * Event propagated when PCE has been disconnected from PSE 372 DISCONNECTED, CONNECTING, CONNECTED, DISCONNECTING; 377 private ConnectionState mConnectionState = ConnectionState.DISCONNECTED; 478 client.mConnectionState = ConnectionState.DISCONNECTED; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 246 return CdmaCall.State.DISCONNECTED; 257 throw new CallStateException ("disconnected"); 266 throw new CallStateException ("disconnected"); 412 * Called when the radio indicates the connection has been disconnected.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 216 return GsmCall.State.DISCONNECTED; 227 throw new CallStateException ("disconnected"); 236 throw new CallStateException ("disconnected"); 387 * Called when the radio indicates the connection has been disconnected.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 74 case DISCONNECTED:
|
/frameworks/rs/ |
rsGrallocConsumer.cpp | 182 // disconnected after this buffer was acquired.
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
DummyDevice.cpp | 223 mConnected ? "connected" : "disconnected");
|
/hardware/libhardware/include/hardware/ |
bt_gatt_server.h | 50 /** Callback indicating that a remote device has connected or been disconnected */
|
Completed in 282 milliseconds
<<11121314151617181920>>