HomeSort by relevance Sort by last modified time
    Searched defs:AVAILABLE (Results 1 - 25 of 62) sorted by null

1 2 3

  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
FreeDeviceState.java 20 /** device is responsive, and can be returned to the available device queue */
21 AVAILABLE,
24 * Device is not available for testing, and should not be returned to the available device
31 * device may be returned to available queue.
36 * Device should be ignored, and not returned to the available device queue.
  /external/libnl/include/netlink-private/
object-api.h 201 * Return true if attribute is available in both objects
206 * @return True if the attribute is available, otherwise false is returned.
208 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR))
211 * Return true if attribute is available in only one of both objects
216 * @return True if the attribute is available in only one of both objects,
228 * This function will check if the attribute in question is available
231 * If available the function will execute the expression which must
237 (AVAILABLE(A, B, ATTR) && (EXPR)))
247 * This function will check if the attribute in question is available
250 * If available the function will execute the expression which mus
    [all...]
  /frameworks/base/location/java/android/location/
LocationProvider.java 39 public static final int AVAILABLE = 2;
  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 28 AVAILABLE,
93 } else if (s.equals("available")) {
94 return State.AVAILABLE;
  /packages/apps/Settings/src/com/android/settings/core/
BasePreferenceController.java 53 @IntDef({AVAILABLE, UNSUPPORTED_ON_DEVICE, DISABLED_FOR_USER, DISABLED_DEPENDENT_SETTING,
59 * The setting is available.
61 public static final int AVAILABLE = 0;
64 * A generic catch for settings which are currently unavailable, but may become available in
173 * Will return true for {@link #AVAILABLE} and {@link #DISABLED_DEPENDENT_SETTING}.
186 return (availabilityStatus == AVAILABLE
195 * Note that a return value of {@code true} does not mean that the setting is available.
240 * This does not guarantee the setting is available. {@link #isAvailable()} should sill be
  /packages/apps/Settings/src/com/android/settings/search/
ResultPayload.java 68 @IntDef({Availability.AVAILABLE,
78 * The setting is available.
80 int AVAILABLE = 0;
111 * ex: MobileNetworkTakeMeThereSetting should not be available to a secondary user.
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
ResultPayload.java 68 @IntDef({Availability.AVAILABLE,
78 * The setting is available.
80 int AVAILABLE = 0;
111 * ex: MobileNetworkTakeMeThereSetting should not be available to a secondary user.
  /packages/services/Car/tools/emulator/
VehicleHalProto_pb2.py 134 name='AVAILABLE', index=0, number=0,
173 AVAILABLE = 0
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 47 AVAILABLE
95 * available options.
111 * available options.
128 * available options.
145 * available options.
539 * Check if a feature is available on a device.
573 * Add a setting value to the namespace of a given user. Some settings will only be available
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Utf8.java 86 * depending on what is available on the platform. The processor is the platform-optimized
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 114 public static final int AVAILABLE = 3;
229 status = AVAILABLE;
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
ContactsContract.java     [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 123 IMG_ERR_NOBUFFERAVAILABLE = 4, //!< No buffer was available
297 #define AVAILABLE ( 0 )
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java     [all...]
ContactAggregatorTest.java     [all...]
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/
aws-java-sdk-ecr-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/
aws-java-sdk-workspaces-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/
aws-java-sdk-cloudformation-1.11.18.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 435 milliseconds

1 2 3