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

1 2

  /packages/apps/Contacts/src/com/android/contacts/
ContactPresenceIconUtil.java 35 case StatusUpdates.AVAILABLE:
ContactStatusUtil.java 33 case StatusUpdates.AVAILABLE:
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactPresenceIconUtil.java 35 case StatusUpdates.AVAILABLE:
  /external/libnl-headers/netlink/
object-api.h 194 * Return true if attribute is available in both objects
199 * @return True if the attribute is available, otherwise false is returned.
201 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR))
204 * Return true if attribute is available in only one of both objects
209 * @return True if the attribute is available in only one of both objects,
221 * This function will check if the attribute in question is available
224 * If available the function will execute the expression which must
230 (AVAILABLE(A, B, ATTR) && (EXPR)))
240 * This function will check if the attribute in question is available
243 * If available the function will execute the expression which mus
    [all...]
  /frameworks/base/location/java/android/location/
LocationProvider.java 47 public static final int AVAILABLE = 2;
  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 28 AVAILABLE,
87 } else if (s.equals("available")) {
88 return State.AVAILABLE;
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 75 Uri uri2 = insertStatusUpdate(dataId, StatusUpdates.AVAILABLE, null, null);
78 assertPresence(uri, StatusUpdates.AVAILABLE);
165 assertPrecedence(StatusUpdates.AVAILABLE);
178 assertResource(StatusUpdates.AVAILABLE);
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 105 return LocationProvider.AVAILABLE;
MockProvider.java 99 return LocationProvider.AVAILABLE;
GpsLocationProvider.java 206 // flags to trigger NTP or XTRA data download when network becomes available
492 mNetworkAvailable = (state == LocationProvider.AVAILABLE);
495 Log.d(TAG, "updateNetworkState " + (mNetworkAvailable ? "available" : "unavailable")
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 53 static final int AVAILABLE = 6;
284 mPreferences[AVAILABLE].setSummary(mPreferences[AVAILABLE].getSummary() + readOnly);
303 removePreference(mPreferences[AVAILABLE]);
312 mPreferences[AVAILABLE].setSummary(formatSize(availSize));
351 updatePreference(availSize, totalSize, AVAILABLE);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiDirectServicesList.java 19 * A simple ListFragment that shows the available services as published by the
97 case WifiP2pDevice.AVAILABLE:
98 return "Available";
  /frameworks/base/core/java/android/webkit/
GeolocationService.java 89 // Check that the providers are still available after we re-register.
90 maybeReportError("The last location provider is no longer available");
117 boolean isAvailable = (status == LocationProvider.AVAILABLE);
123 maybeReportError("The last location provider is no longer available");
187 * Reports an error if neither the network nor the GPS provider is available.
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 104 public static final int AVAILABLE = 3;
210 status = AVAILABLE;
WifiP2pService.java     [all...]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 40 * A ListFragment that displays available peers on discovery and requests the
73 case WifiP2pDevice.AVAILABLE:
74 return "Available";
WiFiDirectActivity.java 42 * An activity that uses WiFi Direct APIs to discover and connect with available
244 } else if (fragment.getDevice().status == WifiP2pDevice.AVAILABLE
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
ContactsContract.java     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 81 AVAILABLE: 'ControllableByThisExtension',
363 if (c.levelOfControl === ProxyFormController.LevelOfControl.AVAILABLE ||
380 if (c.levelOfControl === ProxyFormController.LevelOfControl.AVAILABLE ||
  /external/linux-tools-perf/util/
trace-event-info.c 64 #define AVAILABLE "available_tracers"
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 333 0, 0, StatusUpdates.AVAILABLE,
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]

Completed in 355 milliseconds

1 2