HomeSort by relevance Sort by last modified time
    Searched refs:AVAILABLE (Results 1 - 25 of 31) 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;
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 105 return LocationProvider.AVAILABLE;
MockProvider.java 99 return LocationProvider.AVAILABLE;
GpsLocationProvider.java 201 // flags to trigger NTP or XTRA data download when network becomes available
487 mNetworkAvailable = (state == LocationProvider.AVAILABLE);
490 Log.d(TAG, "updateNetworkState " + (mNetworkAvailable ? "available" : "unavailable")
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 50 static final int AVAILABLE = 6;
265 mPreferences[AVAILABLE].setSummary(mPreferences[AVAILABLE].getSummary() + readOnly);
284 removePreference(mPreferences[AVAILABLE]);
293 mPreferences[AVAILABLE].setSummary(formatSize(availSize));
332 updatePreference(availSize, totalSize, AVAILABLE);
  /frameworks/base/core/java/android/webkit/
GeolocationService.java 90 // Check that the providers are still available after we re-register.
91 maybeReportError("The last location provider is no longer available");
118 boolean isAvailable = (status == LocationProvider.AVAILABLE);
124 maybeReportError("The last location provider is no longer available");
188 * Reports an error if neither the network nor the GPS provider is available.
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 114 public static final int AVAILABLE = 3;
197 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 ||
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]
ContactAggregatorTest.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...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 1299 milliseconds

1 2