HomeSort by relevance Sort by last modified time
    Searched full:not_available (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /tools/tradefederation/core/src/com/android/tradefed/device/
TestDeviceState.java 23 * Logically this should extend {@link DeviceState} to just add the FASTBOOT and NOT_AVAILABLE
30 NOT_AVAILABLE;
52 return TestDeviceState.NOT_AVAILABLE;
59 return TestDeviceState.NOT_AVAILABLE;
63 return TestDeviceState.NOT_AVAILABLE;
67 return TestDeviceState.NOT_AVAILABLE;
ManagedTestDeviceFactory.java 71 testDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE);
87 testDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE);
  /bionic/libc/bionic/
locale.cpp 91 char* not_available = const_cast<char*>(""); local
92 g_locale.thousands_sep = not_available;
93 g_locale.grouping = not_available;
94 g_locale.int_curr_symbol = not_available;
95 g_locale.currency_symbol = not_available;
96 g_locale.mon_decimal_point = not_available;
97 g_locale.mon_thousands_sep = not_available;
98 g_locale.mon_grouping = not_available;
99 g_locale.positive_sign = not_available;
100 g_locale.negative_sign = not_available;
    [all...]
  /frameworks/av/camera/aidl/android/hardware/
ICameraServiceListener.aidl 33 * PRESENT -> NOT_AVAILABLE
34 * NOT_AVAILABLE -> PRESENT
  /hardware/interfaces/wifi/1.1/
IWifiChip.hal 72 * |WifiStatusCode.NOT_AVAILABLE|,
87 * |WifiStatusCode.NOT_AVAILABLE|,
  /frameworks/base/tools/preload/
MemoryUsage.java 34 static final MemoryUsage NOT_AVAILABLE = new MemoryUsage();
187 return NOT_AVAILABLE;
194 return NOT_AVAILABLE;
253 return NOT_AVAILABLE;
265 return NOT_AVAILABLE;
LoadedClass.java 37 MemoryUsage memoryUsage = MemoryUsage.NOT_AVAILABLE;
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/res/values/
strings.xml 20 <string name="not_available">Not Available</string>
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/res/values/
strings.xml 20 <string name="not_available">Not Available</string>
  /development/samples/browseable/SpeedTracker/Wearable/res/values/
strings.xml 20 <string name="not_available">Not Available</string>
  /hardware/interfaces/gnss/1.0/
IGnssDebug.hal 16 NOT_AVAILABLE
39 * with SatelliteEphemerisType::NOT_AVAILABLE.
145 * Set to 0 when ephemerisType is NOT_AVAILABLE.
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
BackgroundDeviceActionTest.java 100 mDeviceState = TestDeviceState.NOT_AVAILABLE;
113 assertEquals(TestDeviceState.NOT_AVAILABLE, mDeviceState);
147 mDeviceState = TestDeviceState.NOT_AVAILABLE;
WaitDeviceRecoveryTest.java 69 EasyMock.expect(mMockMonitor.getDeviceState()).andReturn(TestDeviceState.NOT_AVAILABLE);
88 EasyMock.expect(mMockMonitor.getDeviceState()).andReturn(TestDeviceState.NOT_AVAILABLE);
183 EasyMock.expect(mMockMonitor.getDeviceState()).andReturn(TestDeviceState.NOT_AVAILABLE);
228 EasyMock.expect(mMockMonitor.getDeviceState()).andReturn(TestDeviceState.NOT_AVAILABLE);
250 EasyMock.expect(mMockMonitor.getDeviceState()).andStubReturn(TestDeviceState.NOT_AVAILABLE);
DeviceManagerTest.java 495 mMockTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE);
587 mMockTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE);
604 mMockTestDevice.setDeviceState(TestDeviceState.NOT_AVAILABLE);
    [all...]
  /art/runtime/openjdkjvmti/
ti_properties.cc 172 return ERR(NOT_AVAILABLE);
226 return ERR(NOT_AVAILABLE);
233 return ERR(NOT_AVAILABLE);
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
SdkAvdPreparerTest.java 114 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.NOT_AVAILABLE);
141 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.NOT_AVAILABLE);
176 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.NOT_AVAILABLE);
  /cts/hostsidetests/jvmti/base/app/src/android/jvmti/cts/
JvmtiErrors.java 62 public static int NOT_AVAILABLE = 98;
  /hardware/interfaces/wifi/1.1/default/
wifi_status_util.cpp 32 return "NOT_AVAILABLE";
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 51 boolean not_available; member in struct:__anon45094
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 51 boolean not_available; member in struct:__anon45180
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 51 boolean not_available; member in struct:__anon45238
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 51 boolean not_available; member in struct:__anon45356
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 51 boolean not_available; member in struct:__anon45414
  /art/test/ti-agent/
jvmti_helper.cc 142 return os << "NOT_AVAILABLE";
  /hardware/interfaces/automotive/vehicle/2.0/
IVehicle.hal 64 * StatusCode::NOT_AVAILABLE error if property is not powered on.

Completed in 2692 milliseconds

1 2 3 4 5 6 7