/packages/apps/Settings/res/values-en-rGB/ |
arrays.xml | 95 <item msgid="1634960474403853625">"Disconnected"</item> 109 <item msgid="197508606402264311">"Disconnected"</item> 387 <item msgid="8621078286418985762">"Disconnected"</item>
|
/external/qemu/android/camera/ |
camera-service.c | 563 /* Emulated camera factory client has been disconnected from the service. */ 760 /* Already disconnected. */ 761 W("%s: Camera '%s' is already disconnected", __FUNCTION__, cc->device_name); 779 D("Camera device '%s' is now disconnected", cc->device_name); [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/ |
RoomStatusUpdateListener.html | 775 <div class="jd-descrdiv">Called when the client is disconnected from the connected set in a room.</div> 883 <div class="jd-descrdiv">Called when one or more peer participants are disconnected from a room.</div> 1026 <div class="jd-tagdata jd-tagdescr"><p>Called when the client is disconnected from the connected set in a room. [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 663 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED; 669 ret = PhoneConstants.DataState.DISCONNECTED; 673 ret = PhoneConstants.DataState.DISCONNECTED; 676 ret = PhoneConstants.DataState.DISCONNECTED; 682 ret = PhoneConstants.DataState.DISCONNECTED; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTrackerBase.java | 304 // quit and won't report disconnected until next enabling. 652 dcac.disconnected(); [all...] |
DcTracker.java | 689 PhoneConstants.DataState.DISCONNECTED); 705 * disconnected. [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GSMPhone.java | 283 PhoneConstants.DataState ret = PhoneConstants.DataState.DISCONNECTED; 289 ret = PhoneConstants.DataState.DISCONNECTED; 294 ret = PhoneConstants.DataState.DISCONNECTED; 300 ret = PhoneConstants.DataState.DISCONNECTED; 306 ret = PhoneConstants.DataState.DISCONNECTED; [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCamera2.cpp | 292 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 316 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 353 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 470 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 550 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 626 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); [all...] |
EmulatedFakeCameraDevice.cpp | 90 ALOGW("%s: Fake camera device is already disconnected.", __FUNCTION__);
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 218 SM_STATE(SUPP_PAE, DISCONNECTED) 220 SM_ENTRY(SUPP_PAE, DISCONNECTED); 338 SM_ENTER_GLOBAL(SUPP_PAE, DISCONNECTED); 352 SM_ENTER(SUPP_PAE, DISCONNECTED); 401 SM_ENTER(SUPP_PAE, DISCONNECTED); 950 return "DISCONNECTED"; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 397 * Notifies when a voice connection has disconnected, either due to local 696 * Clears all DISCONNECTED connections from Call connection lists. 697 * Calls that were in the DISCONNECTED state become idle. This occurs 712 * IDLE, ACTIVE, DIALING, ALERTING, or DISCONNECTED. 729 * IDLE, HOLDING or DISCONNECTED. 746 * IDLE, INCOMING, WAITING or DISCONNECTED. [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 190 #define AVDT_DISCONNECT_IND_EVT 17 /* Signaling channel disconnected */ 192 #define AVDT_REPORT_DISCONN_EVT 19 /* Reporting channel disconnected */ [all...] |
bnep_api.h | 309 ** Returns BNEP_SUCCESS if connection is disconnected
|
/frameworks/base/services/java/com/android/server/ |
BluetoothManagerService.java | 612 // Called if we unexpected disconnected. 613 if (DBG) Log.d(TAG, "BluetoothServiceConnection, disconnected: " + 621 Log.e(TAG, "Unknown service disconnected: " + className.getClassName()); [all...] |
/bootable/recovery/minadbd/ |
adb.h | 134 ** will be called whenever a transport is disconnected (e.g. by the user)
|
/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 203 // Expect to see the TestConnection disconnected.
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPActivity.java | 116 mConnectIndicator.setText(R.string.disconnected);
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 127 mHandler.sendEmptyMessage(R.string.disconnected);
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e.cpp | 264 case( bmSE0 ): //disconnected state
|
/docs/source.android.com/src/accessories/ |
aoa2.jd | 116 calls. This ID is valid until USB is disconnected or until the accessory sends
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 57 * gets disconnected, but the pool entry still contains the
|
/external/chromium/chrome/browser/chromeos/ |
network_message_observer.cc | 174 // So if a previously connected network got disconnected for any reason,
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_view.cc | 296 // If the renderer process attached to this balloon is disconnected
|
/external/chromium/chrome/browser/chromeos/status/ |
network_menu.h | 37 // "connected" | "connecting" | "disconnected" | "error".
|
/external/chromium/chrome/browser/debugger/ |
devtools_manager.cc | 449 // We've disconnected from the last renderer -> revoke cookie permissions.
|