/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-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/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/java/com/android/server/location/ |
PassiveProvider.java | 83 return LocationProvider.AVAILABLE;
|
MockProvider.java | 99 return LocationProvider.AVAILABLE;
|
GpsLocationProvider.java | 259 // flags to trigger NTP or XTRA data download when network becomes available 415 networkState = LocationProvider.AVAILABLE; 575 mNetworkAvailable = (state == LocationProvider.AVAILABLE); 578 Log.d(TAG, "updateNetworkState " + (mNetworkAvailable ? "available" : "unavailable") [all...] |
/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;
|
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/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/linux-tools-perf/util/ |
trace-event-info.c | 64 #define AVAILABLE "available_tracers"
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
ContactLoaderTest.java | 334 0, 0, StatusUpdates.AVAILABLE,
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 539 ; TRANSPOSED DATA AVAILABLE ON THE STACK
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
ContactAggregatorTest.java | [all...] |