OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disconnected
(Results
226 - 250
of
922
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
151
return PhoneConstants.DataState.
DISCONNECTED
;
156
return PhoneConstants.DataState.
DISCONNECTED
;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java
112
* Gets whether the route can be
disconnected
without stopping playback. To
350
* Sets whether the route can be
disconnected
without stopping playback.
/hardware/libhardware/include/hardware/
tv_input.h
165
*
disconnected
, so the implementation can generate this event with no
166
* available streams to indicate that this device is
disconnected
, and vice
/packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java
213
} else if(SupplicantState.
DISCONNECTED
.equals(supplicantState)) {
214
mSupplicantState.setText("
DISCONNECTED
");
/packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java
39
* Conference listener; used to receive notification when a conference has been
disconnected
.
303
* state to ensure that telecom removes the connection without putting it into a
disconnected
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/bipartite/
basic.py
140
for n in G: # handle
disconnected
graphs
204
disconnected
graphs.
/system/core/adb/
usb_windows.cpp
291
// assume ERROR_INVALID_HANDLE indicates we are
disconnected
330
// assume ERROR_INVALID_HANDLE indicates we are
disconnected
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java
60
private static final int
DISCONNECTED
= 2;
143
* CTRL-EVENT-
DISCONNECTED
- Disconnect event - remove keys
146
private static final String DISCONNECTED_STR = "
DISCONNECTED
";
243
* CTRL-EVENT-
DISCONNECTED
- bssid=ac:22:0b:24:70:74 reason=3 locally_generated=1
423
/* AP-STA-
DISCONNECTED
42:fc:89:a8:96:09 */
424
private static final String AP_STA_DISCONNECTED_STR = "AP-STA-
DISCONNECTED
";
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ChargingConstraintTestActivity.java
44
// Register receiver for connected/
disconnected
power events.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ConnectReqTestCase.java
172
/* Wait until peer gets marked
disconnected
*/
/cts/apps/cts-usb-accessory/
cts-usb-accessory.c
175
// exit when we are
disconnected
/cts/tests/tests/os/src/android/os/cts/
ProcessTest.java
61
Log.d(TAG, "
disconnected
");
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java
147
+ " - Client
disconnected
from Google Play Services");
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
97
+ " - Client
disconnected
from Google Play Services");
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java
94
+ " - Client
disconnected
from Google Play Services");
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java
253
mErrorDisplayer.showErrorDialog("The camera device has been
disconnected
.");
/developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java
462
Log.e(TAG, "Failed to reset data items because client is
disconnected
from "
479
Log.e(TAG, "Failed to reset data items because client is
disconnected
from "
545
Log.e(TAG, "Failed to delete data items because client is
disconnected
from "
583
Log.e(TAG, "Failed to delete data items because client is
disconnected
from "
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java
253
mErrorDisplayer.showErrorDialog("The camera device has been
disconnected
.");
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java
147
+ " - Client
disconnected
from Google Play Services");
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java
97
+ " - Client
disconnected
from Google Play Services");
/developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java
94
+ " - Client
disconnected
from Google Play Services");
/developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java
462
Log.e(TAG, "Failed to reset data items because client is
disconnected
from "
479
Log.e(TAG, "Failed to reset data items because client is
disconnected
from "
545
Log.e(TAG, "Failed to delete data items because client is
disconnected
from "
583
Log.e(TAG, "Failed to delete data items because client is
disconnected
from "
/development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java
112
// unexpectedly
disconnected
-- that is, its process crashed.
RemoteService.java
325
//
disconnected
(and then reconnected if it can be restarted)
336
// unexpectedly
disconnected
-- that is, its process crashed.
339
mCallbackText.setText("
Disconnected
.");
509
mCallbackText.setText("
Disconnected
.");
/development/samples/BluetoothHDP/res/layout/
console.xml
86
android:text="@string/
disconnected
"
Completed in 203 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>