Searched refs:AVAILABLE (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java28 AVAILABLE, enum constant in enum:OperatorInfo.State
94 return State.AVAILABLE;
/frameworks/base/location/java/android/location/
H A DLocationProvider.java39 public static final int AVAILABLE = 2; field in class:LocationProvider
/frameworks/base/services/core/java/com/android/server/location/
H A DPassiveProvider.java83 return LocationProvider.AVAILABLE;
H A DMockProvider.java98 return LocationProvider.AVAILABLE;
H A DGnssLocationProvider.java1592 if (mStarted && mStatus != LocationProvider.AVAILABLE) {
1603 updateStatus(LocationProvider.AVAILABLE, mSvCount, mMeanCn0, mMaxCn0);
1704 if (mNavigating && mStatus == LocationProvider.AVAILABLE && mLastFixTime > 0 &&
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java128 return LocationProvider.AVAILABLE;
/frameworks/ml/nn/driver/sample/
H A DSampleDriver.cpp59 return DeviceStatus::AVAILABLE;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java114 public static final int AVAILABLE = 3; field in class:WifiP2pDevice
229 status = AVAILABLE;
/frameworks/base/core/java/android/provider/
H A DContacts.java1567 int AVAILABLE = ContactsContract.StatusUpdates.AVAILABLE; field in interface:Contacts.PresenceColumns
1637 case Contacts.People.AVAILABLE:
H A DContactsContract.java3203 int AVAILABLE = 5; field in interface:ContactsContract.StatusColumns
5420 * <li>{@link #AVAILABLE}</li>
5514 case AVAILABLE:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallback.java120 device.status = WifiP2pDevice.AVAILABLE;
H A DWifiP2pServiceImpl.java2197 mPeers.updateStatus(deviceAddress, WifiP2pDevice.AVAILABLE);
2393 updateThisDevice(WifiP2pDevice.AVAILABLE);
3022 updateThisDevice(WifiP2pDevice.AVAILABLE);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackTest.java104 assertEquals(device.status, WifiP2pDevice.AVAILABLE);
/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java1204 AVAILABLE, enum constant in enum:ConnectivityServiceTest.CallbackState
1255 setLastCallback(CallbackState.AVAILABLE, network, null);
1342 expectCallback(CallbackState.AVAILABLE, agent, timeoutMs);
1505 // We get AVAILABLE on wifi when wifi connects and satisfies our unmetered request.
1540 // TODO: should we send an AVAILABLE callback to newNetwork, to indicate that it is no
1649 // TODO: should this cause an AVAILABLE callback, to indicate that the network is no longer
2317 // followed by AVAILABLE cell.
3385 networkCallback.expectCallback(CallbackState.AVAILABLE, networkAgent);
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp207 return DeviceStatus::AVAILABLE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java1518 } else if (status == android.hardware.radio.V1_0.OperatorStatus.AVAILABLE) {
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java2695 (prevStatusUpdateTime != 0 || status != LocationProvider.AVAILABLE)) {

Completed in 548 milliseconds