Home
last modified time | relevance | path

Searched defs:Boolean (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java58 @NonNull HexFunction<Integer, Integer, String, String, Integer, Boolean, Integer> in checkOperation() argument
90 @NonNull OctFunction<Integer, Integer, String, String, Integer, Boolean, String, in noteOperation() argument
108 @NonNull HexFunction<Integer, AttributionSource, Boolean, String, Boolean, in noteProxyOperation() argument
134 @NonNull DodecFunction<IBinder, Integer, Integer, String, String, Integer, Boolean, in startOperation() argument
160 @NonNull UndecFunction<IBinder, Integer, AttributionSource, Boolean, in startProxyOperation() argument
191 @NonNull QuadFunction<IBinder, Integer, AttributionSource, Boolean, in finishProxyOperation() argument
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java234 HexFunction<Integer, Integer, String, String, Integer, Boolean, Integer> superImpl) { in checkOperation() argument
250 Integer, Boolean, String, Boolean, SyncNotedAppOp> superImpl) { in noteOperation() argument
260 AttributionSource, Boolean, String, Boolean, Boolean, in noteProxyOperation() argument
274 String, Integer, Boolean, Boolean, String, Boolean, Integer, Integer, in startOperation() argument
288 @NonNull UndecFunction<IBinder, Integer, AttributionSource, Boolean, Boolean, String, in startProxyOperation() argument
308 @NonNull QuadFunction<IBinder, Integer, AttributionSource, Boolean, Void> superImpl) { in finishProxyOperation() argument
/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java320 @NonNull HexFunction<Integer, Integer, String, String, Integer, Boolean, Integer> in checkOperation() argument
355 @NonNull OctFunction<Integer, Integer, String, String, Integer, Boolean, String, in noteOperation() argument
376 @NonNull HexFunction<Integer, AttributionSource, Boolean, String, Boolean, in noteProxyOperation() argument
404 @NonNull DodecFunction<IBinder, Integer, Integer, String, String, Integer, Boolean, in startOperation() argument
430 @NonNull UndecFunction<IBinder, Integer, AttributionSource, Boolean, in startProxyOperation() argument
458 @NonNull QuadFunction<IBinder, Integer, AttributionSource, Boolean, in finishProxyOperation() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DValueParser.kt169 val Boolean = parseBoolean constant
/frameworks/libs/gsma_services/satellite_client/src/android/telephony/satellite/wrapper/
DSatelliteManagerWrapper.java513 @NonNull OutcomeReceiver<Boolean, SatelliteExceptionWrapper> callback) { in requestIsEnabled()
532 @NonNull OutcomeReceiver<Boolean, SatelliteExceptionWrapper> callback) { in requestIsDemoModeEnabled()
551 @NonNull OutcomeReceiver<Boolean, SatelliteExceptionWrapper> callback) { in requestIsEmergencyModeEnabled()
570 @NonNull OutcomeReceiver<Boolean, SatelliteExceptionWrapper> callback) { in requestIsSupported()
743 @NonNull OutcomeReceiver<Boolean, SatelliteExceptionWrapper> callback) { in requestIsProvisioned()
894 @NonNull OutcomeReceiver<Boolean, SatelliteExceptionWrapper> callback) { in requestIsCommunicationAllowedForCurrentLocation()
1205 @NonNull OutcomeReceiver<Boolean, SatelliteExceptionWrapper> callback) { in requestIsAttachEnabledForCarrier()
/frameworks/base/telephony/java/android/telephony/satellite/
DSatelliteManager.java591 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsEnabled()
648 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsDemoModeEnabled()
705 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsEmergencyModeEnabled()
762 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsSupported()
1435 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsProvisioned()
1769 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsCommunicationAllowedForCurrentLocation()
1958 @NonNull OutcomeReceiver<Boolean, SatelliteException> callback) { in requestIsAttachEnabledForCarrier()
/frameworks/base/libs/hwui/jni/
Dscoped_nullable_primitive_array.h42 ARRAY_TRAITS(jbooleanArray, jboolean*, Boolean) in ARRAY_TRAITS() argument
/frameworks/base/core/jni/
Dscoped_nullable_primitive_array.h42 ARRAY_TRAITS(jbooleanArray, jboolean*, Boolean) in ARRAY_TRAITS() argument
/frameworks/base/services/core/java/com/android/server/pm/
DAppsFilterSnapshot.java88 QuadFunction<Integer, Integer, Integer, Boolean, String[]> getPackagesForUid); in dumpQueries() argument
DAppsFilterBase.java716 QuadFunction<Integer, Integer, Integer, Boolean, String[]> getPackagesForUid) { in dumpQueries() argument
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java655 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> notifPermissions, in writePackageXml()
2048 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> pkgPermissions) { in dump()
2062 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> pkgPermissions) { in dump()
2075 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> packagePermissions) { in dumpPackagePreferencesLocked()
2162 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> packagePermissions) { in dumpPackagePreferencesLocked()
2250 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> pkgPermissions) { in pullPackagePreferencesStats()
2398 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> pkgPermissions) { in dumpJson()
2500 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> pkgPermissions) { in dumpBansJson()
2538 ArrayMap<Pair<Integer, String>, Pair<Boolean, Boolean>> pkgPermissions) { in getPermissionBasedPackageBans()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt692 private fun Boolean.asVisibleOrGone(): Int = if (this) View.VISIBLE else View.GONE method
694 private fun Boolean.asVisibleOrHidden(): Int = if (this) View.VISIBLE else View.INVISIBLE method
/frameworks/base/core/java/com/android/internal/content/om/
DOverlayConfig.java97 void forEachPackage(TriConsumer<Package, Boolean, File> p); in forEachPackage() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
DChipbarCoordinator.kt353 private fun Boolean.visibleIfTrue(): Int { in <lambda>() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommender.java789 protected void requestIsSatelliteCommunicationAllowedForCurrentLocation( in requestIsSatelliteCommunicationAllowedForCurrentLocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommenderTest.java855 protected void requestIsSatelliteCommunicationAllowedForCurrentLocation( in requestIsSatelliteCommunicationAllowedForCurrentLocation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java511 public void setOnShelfVisibilityChangeCallback( in setOnShelfVisibilityChangeCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegate.kt454 private fun Boolean.toInt(): Int { in <lambda>() method
/frameworks/base/tools/aapt2/
DResources.proto299 message Boolean { message
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...