/frameworks/base/core/java/android/app/ |
D | AppOpsManagerInternal.java | 58 @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/ |
D | AppOpsPolicy.java | 234 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/ |
D | AccessCheckDelegate.java | 320 @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/ |
D | ValueParser.kt | 169 val Boolean = parseBoolean constant
|
/frameworks/libs/gsma_services/satellite_client/src/android/telephony/satellite/wrapper/ |
D | SatelliteManagerWrapper.java | 513 @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/ |
D | SatelliteManager.java | 591 @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/ |
D | scoped_nullable_primitive_array.h | 42 ARRAY_TRAITS(jbooleanArray, jboolean*, Boolean) in ARRAY_TRAITS() argument
|
/frameworks/base/core/jni/ |
D | scoped_nullable_primitive_array.h | 42 ARRAY_TRAITS(jbooleanArray, jboolean*, Boolean) in ARRAY_TRAITS() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | AppsFilterSnapshot.java | 88 QuadFunction<Integer, Integer, Integer, Boolean, String[]> getPackagesForUid); in dumpQueries() argument
|
D | AppsFilterBase.java | 716 QuadFunction<Integer, Integer, Integer, Boolean, String[]> getPackagesForUid) { in dumpQueries() argument
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 655 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/ |
D | BiometricViewBinder.kt | 692 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/ |
D | OverlayConfig.java | 97 void forEachPackage(TriConsumer<Package, Boolean, File> p); in forEachPackage() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/ |
D | ChipbarCoordinator.kt | 353 private fun Boolean.visibleIfTrue(): Int { in <lambda>() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteSOSMessageRecommender.java | 789 protected void requestIsSatelliteCommunicationAllowedForCurrentLocation( in requestIsSatelliteCommunicationAllowedForCurrentLocation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/ |
D | SatelliteSOSMessageRecommenderTest.java | 855 protected void requestIsSatelliteCommunicationAllowedForCurrentLocation( in requestIsSatelliteCommunicationAllowedForCurrentLocation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
D | PipBoundsState.java | 511 public void setOnShelfVisibilityChangeCallback( in setOnShelfVisibilityChangeCallback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothTileDialogDelegate.kt | 454 private fun Boolean.toInt(): Int { in <lambda>() method
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 299 message Boolean { message
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |