Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java76 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 Dvalue.cpp53 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 DAsyncChannel.java95 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 DLocationAccessPolicy.java194 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 DServiceConnector.java489 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 DFingerprintUpdateActiveUserClient.java78 if (firstSdkInt < Build.VERSION_CODES.BASE) { in start()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1211 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 DBuild.java527 public static final int BASE = 1; field in Build.VERSION_CODES
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java1356 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 DBroadcastOptions.java101 @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.BASE)
/aosp14/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp335 KeyCharacterMap::load(path, KeyCharacterMap::Format::BASE); in init_keyboard()
/aosp14/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java71 @EnabledSince(targetSdkVersion = Build.VERSION_CODES.BASE)
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java119 @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.BASE)
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java1557 appInfo != null ? appInfo.targetSdkVersion : Build.VERSION_CODES.BASE; in registerServiceLocked()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3126 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt32621 field public static final int BASE = 1; // 0x1
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85124 Lcom/android/internal/util/AsyncChannel;->BASE:I