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

1 2 3

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
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/include/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/opt/telephony/src/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/location/java/android/location/
LocationProvider.java 39 public static final int AVAILABLE = 2;
  /frameworks/base/services/core/java/com/android/server/location/
PassiveProvider.java 83 return LocationProvider.AVAILABLE;
MockProvider.java 98 return LocationProvider.AVAILABLE;
GpsLocationProvider.java 300 // flags to trigger NTP or XTRA data download when network becomes available
450 networkState = LocationProvider.AVAILABLE;
479 Log.d(TAG, "SIM MCC/MNC is available: " + mccMnc);
485 Log.d(TAG, "SIM MCC/MNC is still not available");
783 mNetworkAvailable = (state == LocationProvider.AVAILABLE);
786 Log.d(TAG, "updateNetworkState " + (mNetworkAvailable ? "available" : "unavailable")
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageItem.java 29 AVAILABLE(R.string.storage_available, R.color.storage_avail,
StorageActivity.java 147 actions.add(StorageItem.AVAILABLE.toAction(getResources(), formatSize(availSize)));
  /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/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 128 return LocationProvider.AVAILABLE;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 105 public static final int AVAILABLE = 3;
220 status = AVAILABLE;
  /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
  /external/chromium_org/chrome/browser/search/
hotword_service.cc 67 AVAILABLE,
91 availability_state = AVAILABLE;
244 // so that the state of the microphone is available when the page
248 // opt in to hotwording won't be available if it thinks there is no
381 // Determine if the extension is available.
403 // Determine if NaCl is available.
  /external/chromium_org/ui/file_manager/video_player/js/cast/
caster.js 141 if (availability === chrome.cast.ReceiverAvailability.AVAILABLE) {
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 123 IMG_ERR_NOBUFFERAVAILABLE = 4, //!< No buffer was available
297 #define AVAILABLE ( 0 )
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 81 AVAILABLE: 'controllable_by_this_extension',
366 if (c.levelOfControl === ProxyFormController.LevelOfControl.AVAILABLE ||
384 if (c.levelOfControl === ProxyFormController.LevelOfControl.AVAILABLE ||
  /external/libpng/projects/owatcom/
pngconfig.mak 84 @$(ECHO) $$(AWK) NOT AVAILABLE: COPYING scripts\pnglibconf.h.prebuilt
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ContactLoaderTest.java 350 0, 0, StatusUpdates.AVAILABLE,
  /external/chromium_org/remoting/webapp/
cast_extension_handler.js 131 * triggered if the Google Cast Chrome Sender API is available. We attempt to
273 if (availability === chrome.cast.ReceiverAvailability.AVAILABLE) {
276 console.error("No Receivers Available.");

Completed in 650 milliseconds

1 2 3