/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintUpdateActiveUserClient.java | 83 if (firstSdkInt <= Build.VERSION_CODES.O_MR1) { in start()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Build.java | 1151 public static final int O_MR1 = 27; field in Build.VERSION_CODES
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodUtilsTest.java | 1210 Build.VERSION_CODES.O_MR1, 0)); in testIsSoftInputModeStateVisibleAllowed() 1212 Build.VERSION_CODES.O_MR1, StartInputFlags.VIEW_HAS_FOCUS)); in testIsSoftInputModeStateVisibleAllowed() 1214 Build.VERSION_CODES.O_MR1, in testIsSoftInputModeStateVisibleAllowed()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationListenerServiceTest.java | 109 service.targetSdk = Build.VERSION_CODES.O_MR1; in testGetActiveNotifications_preP_mapsExtraPeople()
|
H A D | NotificationManagerServiceTest.java | 62 import static android.os.Build.VERSION_CODES.O_MR1; 6187 int actual = mService.calculateSuppressedVisualEffects(appPolicy, userPolicy, O_MR1); in testSetNotificationPolicy_preP_setOldFields() 6204 int actual = mService.calculateSuppressedVisualEffects(appPolicy, userPolicy, O_MR1); in testSetNotificationPolicy_preP_setNewFields() 6222 int actual = mService.calculateSuppressedVisualEffects(appPolicy, userPolicy, O_MR1); in testSetNotificationPolicy_preP_setOldNewFields()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ServiceRecord.java | 1418 int targetSdkVersion = Build.VERSION_CODES.O_MR1; in postNotification() 1426 if (targetSdkVersion >= Build.VERSION_CODES.O_MR1) { in postNotification()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WallpaperManager.java | 649 if (context.getApplicationInfo().targetSdkVersion < Build.VERSION_CODES.O_MR1) { in peekWallpaperBitmap() 1714 if (mContext.getApplicationInfo().targetSdkVersion < Build.VERSION_CODES.O_MR1) { in getWallpaperFile()
|
H A D | ActivityThread.java | 7068 if (data.appInfo.targetSdkVersion < Build.VERSION_CODES.O_MR1 in handleBindApplication()
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | TelecomManager.java | 2115 Build.VERSION_CODES.O_MR1) { in addNewIncomingCall()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SharedLibrariesImpl.java | 1007 final String[] libCertDigests = (targetSdk >= Build.VERSION_CODES.O_MR1)
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | SystemConfig.java | 585 if (Build.VERSION.DEVICE_INITIAL_SDK_INT <= Build.VERSION_CODES.O_MR1) { in readAllPermissions()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackageUtils.java | 2538 if (pkg.getTargetSdkVersion() >= Build.VERSION_CODES.O_MR1) {
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 2775 if (pkg.applicationInfo.targetSdkVersion >= Build.VERSION_CODES.O_MR1) { in parseUsesStaticLibrary()
|
/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 | 32648 field public static final int O_MR1 = 27; // 0x1b
|