HomeSort by relevance Sort by last modified time
    Searched refs:CONNECTED (Results 76 - 100 of 369) sorted by null

1 2 34 5 6 7 8 91011>>

  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
MainActivity.java 221 * already connected. Else, request WifiP2pManager to abort the ongoing
228 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 235 * already connected. Else, request WifiP2pManager to abort the ongoing
242 || fragment.getDevice().status == WifiP2pDevice.CONNECTED) {
  /device/google/wahoo/wifi_offload/
offload_server.cpp 36 "Not connected to hardware implementation");
84 return createOffloadStatus(OffloadStatusCode::NO_CONNECTION, "Not connected to hardware");
99 LOG(WARNING) << "Unable to reset nano app, not connected";
164 case ChreInterfaceCallbacks::ConnectionEvent::CONNECTED: {
165 LOG(INFO) << "Connected to socket";
  /external/autotest/client/cros/cellular/pseudomodem/
connect_machine.py 16 to the CONNECTED state.
149 logging.info('ConnectMachine: Setting state to CONNECTED.')
204 message = 'Modem is already connected.'
207 pm_errors.MMCoreError(pm_errors.MMCoreError.CONNECTED,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowConnectivityManager.java 45 NetworkInfo mobile = ShadowNetworkInfo.newInstance(NetworkInfo.DetailedState.CONNECTED,
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
WifiTrackerTest.java 333 networkInfo.setDetailedState(NetworkInfo.DetailedState.CONNECTED, "connected", "test");
684 networkInfo.setDetailedState(NetworkInfo.DetailedState.CONNECTED, "connected", "test");
710 networkInfo.setDetailedState(NetworkInfo.DetailedState.CONNECTED, "connected", "test");
    [all...]
AccessPointTest.java 477 networkInfo.setDetailedState(NetworkInfo.DetailedState.CONNECTED, "", "");
681 newInfo.setDetailedState(NetworkInfo.DetailedState.CONNECTED, "", "");
774 networkInfo.setDetailedState(NetworkInfo.DetailedState.CONNECTED, "", "");
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 58 NetworkInfo.State.CONNECTED,
92 final boolean connected = ArrayUtils.contains(NETWORK_STATES, nai.networkInfo.getState());
96 return supported && connected && !hasIPv4Address;
  /frameworks/base/tests/net/java/com/android/server/connectivity/
Nat464XlatTest.java 98 NetworkInfo.DetailedState.CONNECTED,
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 111 public static final int CONNECTED = 0;
152 * AP-STA-CONNECTED 42:fc:89:a8:96:09 p2p_dev_addr=fa:7b:7a:42:02:13
171 * AP-STA-CONNECTED 42:fc:89:a8:96:09 [p2p_dev_addr=02:90:4c:a0:92:54]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 365 ImsConnectionState.State.CONNECTED, mImsReasonInfo);
367 ImsConnectionState.State.CONNECTED, mImsReasonInfo);
377 assertEquals(ImsConnectionState.State.CONNECTED,
385 assertEquals(ImsConnectionState.State.CONNECTED,
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/
MainActivity.java 77 .setRequiredNetworkType(NetworkType.CONNECTED)
  /frameworks/support/work/workmanager-firebase/src/main/java/androidx/work/impl/background/firebase/
FirebaseJobConverter.java 150 case CONNECTED: {
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
BrowsedPlayerWrapper.java 42 CONNECTED,
66 // while connected. We shouldn't cache this since theres nothing in the framework documentation
77 // this to happen you would need to be connected to two carkits at the same time.
80 // of connected devices because that is the maximum number of folders that can be browsed at
147 if (DEBUG) Log.d(TAG, "playItem: Connected to browsable player " + mPackageName);
159 // connected or disconnected.
185 Log.i(TAG, "getFolderItems: Connected to browsable player: " + mPackageName);
198 // Internal function to call once the Browser is connected
207 Log.i(TAG, "onConnected: " + mPackageName + " is connected");
208 // Get the root while connected because we may need to use it when disconnected
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsNetworkManager.java 149 // Connected
207 // - Successfully connected
229 if (state == NetworkInfo.State.CONNECTED ||
231 // Unblock the waiting request when we either connected
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 628 IceConnectionState.CONNECTED);
637 IceConnectionState.CONNECTED);
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 126 if (DBG) Log.d(TAG, "Connected");
401 if (mSelectedWifiPeer.device.status == WifiP2pDevice.CONNECTED) {
543 if (peer.status == WifiP2pDevice.CONNECTED) mConnectedDevices++;
  /external/autotest/client/cros/cellular/
base_station_pxt.py 377 'CON': cellular.UeLteDataStatus.CONNECTED,
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 151 // wait for network connectivity state: CONNECTING, CONNECTED, SUSPENDED, DISCONNECTING,
243 // Return true if device is currently connected to mobile network
248 // Return true if device is currently connected to Wifi
479 assertTrue("wifi state not connected with " + config.SSID,
481 State.CONNECTED, WIFI_CONNECTION_TIMEOUT));
483 // step 3: verify the current connected network is the given SSID
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 173 if (state == PhoneConstants.DataState.CONNECTED) {
  /frameworks/av/media/libmediaplayer2/nuplayer2/
RTSPSource2.cpp 311 if (mState != CONNECTED) {
544 mState = CONNECTED;
768 mState = CONNECTED;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 313 if (mState != CONNECTED) {
546 mState = CONNECTED;
770 mState = CONNECTED;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 677 * value. If the access point is not connected and there are no scan results, the rssi will be
837 } else if (isActive() && config != null && getDetailedState() == DetailedState.CONNECTED
    [all...]

Completed in 626 milliseconds

1 2 34 5 6 7 8 91011>>