HomeSort by relevance Sort by last modified time
    Searched defs:hasCapability (Results 1 - 22 of 22) sorted by null

  /frameworks/base/tests/net/java/android/net/
NetworkCapabilitiesTest.java 67 assertTrue(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
74 assertTrue(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
79 assertTrue(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
87 assertTrue(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
93 assertTrue(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
100 assertFalse(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
105 assertFalse(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
113 assertFalse(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
119 assertFalse(netCap.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
ConnectivityManagerTest.java 88 assertTrue(nc.hasCapability(capability));
112 assertFalse(nc.hasCapability(NET_CAPABILITY_INTERNET));
113 assertFalse(nc.hasCapability(NET_CAPABILITY_NOT_RESTRICTED));
161 assertFalse(nc.hasCapability(NET_CAPABILITY_INTERNET));
173 assertFalse(nc.hasCapability(NET_CAPABILITY_INTERNET));
190 assertFalse(nc.hasCapability(NET_CAPABILITY_INTERNET));
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerTestUtils.cpp 47 bool Composer::hasCapability(IComposer::Capability capability) const {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 87 bool HWComposer::hasCapability(HWC2::Capability capability) const
449 if (hasCapability(HWC2::Capability::SkipValidate) &&
  /hardware/interfaces/graphics/composer/2.1/default/
Hwc.cpp 72 hasCapability(Capability::PRESENT_FENCE_IS_NOT_RELIABLE)) {
164 if (hasCapability(Capability::SIDEBAND_STREAM)) {
184 bool HwcHal::hasCapability(Capability capability) const
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 172 if (hasCapability(ImapConstants.CAPABILITY_STARTTLS)) {
306 private boolean hasCapability(String capability) {
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 398 boolean hasManualControl = hasCapability(capabilities,
432 private boolean hasCapability(int[] capabilities, int capability) {
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 398 boolean hasManualControl = hasCapability(capabilities,
432 private boolean hasCapability(int[] capabilities, int capability) {
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
HdrViewfinderActivity.java 399 boolean hasManualControl = hasCapability(capabilities,
435 private boolean hasCapability(int[] capabilities, int capability) {
  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.cpp 235 bool VrHwc::hasCapability(Capability capability) const { return false; }
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
CameraOps.java 120 boolean hasManualControl = hasCapability(capabilities,
175 private boolean hasCapability(int[] capabilities, int capability) {
  /frameworks/base/core/java/android/net/
NetworkCapabilities.java 307 public boolean hasCapability(int capability) {
326 if (hasCapability(NET_CAPABILITY_VALIDATED)) return "NET_CAPABILITY_VALIDATED";
327 if (hasCapability(NET_CAPABILITY_CAPTIVE_PORTAL)) return "NET_CAPABILITY_CAPTIVE_PORTAL";
328 if (hasCapability(NET_CAPABILITY_FOREGROUND)) return "NET_CAPABILITY_FOREGROUND";
    [all...]
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
CameraOps.java 115 boolean hasManualControl = hasCapability(capabilities,
189 private boolean hasCapability(int[] capabilities, int capability) {
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 388 if (!hasCapability(BACKWARD_COMPATIBLE) && type != CAMERA3_TEMPLATE_PREVIEW) {
420 if (hasCapability(BACKWARD_COMPATIBLE)) {
440 if (hasCapability(MANUAL_SENSOR)) {
455 if (hasCapability(BACKWARD_COMPATIBLE)) {
467 if (hasCapability(MANUAL_POST_PROCESSING)) {
514 if (hasCapability(MANUAL_POST_PROCESSING)) {
530 if (hasCapability(MANUAL_POST_PROCESSING)) {
541 if (hasCapability(BACKWARD_COMPATIBLE)) {
549 if (hasCapability(BACKWARD_COMPATIBLE)) {
578 if (hasCapability(BACKWARD_COMPATIBLE))
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 92 bool hasCapability(SPIRVCapabilityKind Cap) const {
454 if (hasCapability(Cap))
463 if (hasCapability(Cap))
    [all...]
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
UpstreamNetworkMonitorTest.java 295 assertFalse(netReq.networkCapabilities.hasCapability(NET_CAPABILITY_DUN));
323 assertTrue(netReq.networkCapabilities.hasCapability(NET_CAPABILITY_DUN));
467 if (req.networkCapabilities.hasCapability(NET_CAPABILITY_DUN)) {
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java 428 assertFalse(mNetworkCapabilities.hasCapability(NET_CAPABILITY_INTERNET));
441 networkCapabilities.hasCapability(NET_CAPABILITY_VALIDATED)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1720 milliseconds