/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | DctConstants.java | 76 public static final int EVENT_RADIO_AVAILABLE = BASE + 1; 77 public static final int EVENT_TRY_SETUP_DATA = BASE + 3; 80 public static final int EVENT_VOICE_CALL_ENDED = BASE + 8; 82 public static final int EVENT_ROAMING_ON = BASE + 11; 83 public static final int EVENT_ROAMING_OFF = BASE + 12; 84 public static final int EVENT_ENABLE_APN = BASE + 13; 85 public static final int EVENT_DISABLE_APN = BASE + 14; 89 public static final int EVENT_DO_RECOVERY = BASE + 18; 90 public static final int EVENT_APN_CHANGED = BASE + 19; 94 public static final int EVENT_RESTART_RADIO = BASE + 26; [all …]
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | value.cpp | 53 template<typename BASE, int TYPEID> 54 Value MakePtrValue(const BASE* values, int count) { in MakePtrValue() 57 result.value = malloc(sizeof(BASE) * count); in MakePtrValue() 58 memcpy(result.value, values, sizeof(BASE) * count); in MakePtrValue() 77 template<typename BASE, int TYPEID> 78 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue() 81 value->value = malloc(sizeof(BASE) * count); in SetPtrValue() 85 memcpy(value->value, new_values, sizeof(BASE) * count); in SetPtrValue()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | AsyncChannel.java | 95 private static final int BASE = Protocol.BASE_SYSTEM_ASYNC_CHANNEL; field in AsyncChannel 111 public static final int CMD_CHANNEL_HALF_CONNECTED = BASE + 0; 121 public static final int CMD_CHANNEL_FULL_CONNECTION = BASE + 1; 131 public static final int CMD_CHANNEL_FULLY_CONNECTED = BASE + 2; 142 public static final int CMD_CHANNEL_DISCONNECT = BASE + 3; 155 public static final int CMD_CHANNEL_DISCONNECTED = BASE + 4; 157 private static final int CMD_TO_STRING_COUNT = CMD_CHANNEL_DISCONNECTED - BASE + 1; 160 sCmdToString[CMD_CHANNEL_HALF_CONNECTED - BASE] = "CMD_CHANNEL_HALF_CONNECTED"; 163 sCmdToString[CMD_CHANNEL_DISCONNECT - BASE] = "CMD_CHANNEL_DISCONNECT"; 164 sCmdToString[CMD_CHANNEL_DISCONNECTED - BASE] = "CMD_CHANNEL_DISCONNECTED"; [all …]
|
/aosp14/frameworks/base/telephony/common/android/telephony/ |
H A D | LocationAccessPolicy.java | 194 if (mMinSdkVersionForFine > Build.VERSION_CODES.BASE in build() 195 && mMinSdkVersionForCoarse > Build.VERSION_CODES.BASE) { in build()
|
/aosp14/frameworks/base/core/java/com/android/internal/infra/ |
H A D | ServiceConnector.java | 489 static @Nullable <BASE, T extends BASE> T castOrNull( in castOrNull() 490 @Nullable BASE instance, @NonNull Class<T> cls) { in castOrNull()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintUpdateActiveUserClient.java | 78 if (firstSdkInt < Build.VERSION_CODES.BASE) { in start()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 1211 if (checkCoarseLocationAccess(r, Build.VERSION_CODES.BASE) in listen() 1266 if (checkCoarseLocationAccess(r, Build.VERSION_CODES.BASE) in listen() 1401 checkFineLocationAccess(r, Build.VERSION_CODES.BASE) in listen() 1931 && (checkCoarseLocationAccess(r, Build.VERSION_CODES.BASE) in notifyCellInfoForSubscriber() 2264 && (checkCoarseLocationAccess(r, Build.VERSION_CODES.BASE) in notifyCellLocationForSubscriber() 2800 checkFineLocationAccess(r, Build.VERSION_CODES.BASE) in notifyRegistrationFailed() 2854 checkFineLocationAccess(r, Build.VERSION_CODES.BASE) in notifyBarringInfoChanged() 3944 return checkFineLocationAccess(r, Build.VERSION_CODES.BASE); in checkFineLocationAccess() 3948 return checkCoarseLocationAccess(r, Build.VERSION_CODES.BASE); in checkCoarseLocationAccess() 4074 if (checkCoarseLocationAccess(r, Build.VERSION_CODES.BASE) [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Build.java | 527 public static final int BASE = 1; field in Build.VERSION_CODES
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
H A D | LocalFloatingToolbarPopup.java | 1356 private static final int BASE = 100; field in LocalFloatingToolbarPopup.LogAccelerateInterpolator 1357 private static final float LOGS_SCALE = 1f / computeLog(1, BASE); 1365 return 1 - computeLog(1 - t, BASE) * LOGS_SCALE; in getInterpolation()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | BroadcastOptions.java | 101 @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.BASE)
|
/aosp14/frameworks/base/core/jni/ |
H A D | LayoutlibLoader.cpp | 335 KeyCharacterMap::load(path, KeyCharacterMap::Format::BASE); in init_keyboard()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | EdgeEffect.java | 71 @EnabledSince(targetSdkVersion = Build.VERSION_CODES.BASE)
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraManager.java | 119 @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.BASE)
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ManagedServices.java | 1557 appInfo != null ? appInfo.targetSdkVersion : Build.VERSION_CODES.BASE; in registerServiceLocked()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 3126 BASE, UNICODE_EXTENSION, IGNORE_THE_REST enumerator 3143 LocaleParserState(): parserState(BASE), unicodeState(NO_KEY) {} in LocaleParserState()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 32621 field public static final int BASE = 1; // 0x1
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 85124 Lcom/android/internal/util/AsyncChannel;->BASE:I
|