Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 44) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityUtil.java366 boolean exist = false; in hasValuesInSettings()
368 exist = hasValueInSettings(context, UserShortcutType.SOFTWARE, componentName); in hasValuesInSettings()
371 exist |= hasValueInSettings(context, UserShortcutType.HARDWARE, componentName); in hasValuesInSettings()
376 exist |= hasValueInSettings(context, UserShortcutType.QUICK_SETTINGS, in hasValuesInSettings()
381 return exist; in hasValuesInSettings()
DToggleScreenMagnificationPreferenceFragment.java855 boolean exist = false; in hasMagnificationValuesInSettings()
858 exist = hasMagnificationValueInSettings(context, UserShortcutType.SOFTWARE); in hasMagnificationValuesInSettings()
861 exist |= hasMagnificationValueInSettings(context, UserShortcutType.HARDWARE); in hasMagnificationValuesInSettings()
864 exist |= hasMagnificationValueInSettings(context, UserShortcutType.TRIPLETAP); in hasMagnificationValuesInSettings()
869 exist |= hasMagnificationValueInSettings(context, in hasMagnificationValuesInSettings()
873 return exist; in hasMagnificationValuesInSettings()
/packages/modules/Connectivity/tests/cts/hostside/
DAndroid.bp18 // downstream branches. The CtsHostsideNetworkTestsAppNext target will not exist in
19 // some downstream branches, but it should exist in aosp and some downstream branches.
/packages/apps/Settings/src/com/android/settings/nfc/
DAppStateNfcTagAppsBridge.java106 public NfcTagAppState(boolean exist, boolean allowed) { in NfcTagAppState() argument
107 mIsExisted = exist; in NfcTagAppState()
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md17 Android framework and they exist to allow developers easily custom Android
21 Android framework but they only exist to customize AppCompat widgets. After
74 Each color you add needs to exist in each color_*.xml file where *
/packages/apps/Dialer/
Dproguard.flags2 # com.google.errorprone.annotations but don't exist on Android.
/packages/modules/Virtualization/vm/
Dvm_shell.sh82 echo VM of CID $selected_cid does not exist. Available CIDs: ${available_cids}
/packages/services/Car/car-maps-placeholder/
DAndroid.bp28 // TODO(b/73535841): Can build against current once the car stubs exist.
/packages/services/Car/cpp/vhal/client/
DAndroid.bp33 // exist as a shared library.
/packages/modules/Bluetooth/
DBUILD.gn19 # resolved or known not to exist (which will cause the build to fail). So if
/packages/modules/Connectivity/common/
DAndroid.bp26 // as the above target may not exist
/packages/modules/Bluetooth/android/apishim/
DAndroid.bp48 // system_X SDK. this ensures that each shim can only use SDK classes that exist in its SDK level.
/packages/apps/Car/DebuggingRestrictionController/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/packages/modules/Bluetooth/android/leaudio/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/packages/inputmethods/LatinIME/
Dgradlew.bat38 if exist "%JAVA_EXE%" goto init
/packages/modules/Connectivity/
DTEST_MAPPING115 // really exist in the field, but there is no strong guarantee, and it is required by MTS
353 // really exist in the field, but there is no strong guarantee, and it is required by MTS
/packages/services/Telephony/testapps/TestSliceApp/
Dgradlew.bat57 if exist "%JAVA_EXE%" goto execute
/packages/providers/MediaProvider/tools/photopicker-gradle/
Dgradlew.bat57 if exist "%JAVA_EXE%" goto execute
/packages/apps/Car/Launcher/
Dgradlew.bat57 if exist "%JAVA_EXE%" goto execute
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags20 # Case-insensitive filesystems can't handle when a.class and A.class exist in
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/
Dgradlew.bat57 if exist "%JAVA_EXE%" goto execute
/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java636 public void setChannelLogoExist(boolean exist) { in setChannelLogoExist() argument
637 mChannelLogoExist = exist; in setChannelLogoExist()
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/
Dbuild.gradle19 // for ARM doesn't exist for current protobuf version.
/packages/modules/Bluetooth/system/
DBUILD.gn19 # resolved or known not to exist (which will cause the build to fail). So if
/packages/modules/adb/
DREADME.md62 The asocket, apacket, and amessage constructs exist only to wrap data while it transits on a Transp…

12