Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java76 public int getBaseType() { in getBaseType() method in FrameFormat
164 result.setBaseType(getBaseType()); in mutableCopy()
198 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith()
199 && getBaseType() != specification.getBaseType()) { in isCompatibleWith()
254 if (specification.getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
255 && getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
256 && getBaseType() != specification.getBaseType()) { in mayBeCompatibleWith()
H A DSimpleFrame.java50 final int baseType = format.getBaseType(); in initWithFormat()
H A DNativeFrame.java71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
/aosp14/frameworks/base/core/java/android/app/slice/
H A DSliceItem.java325 private static String getBaseType(String type) { in getBaseType() method in SliceItem
334 switch (getBaseType(type)) { in writeObj()
358 switch (getBaseType(type)) { in readObj()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserTypeFactory.java403 (isProfile && builder.getBaseType() == UserInfo.FLAG_PROFILE) in customizeBuilders()
404 || (!isProfile && builder.getBaseType() == UserInfo.FLAG_FULL); in customizeBuilders()
408 + UserInfo.flagsToString(builder.getBaseType())); in customizeBuilders()
635 if (builder != null && builder.getBaseType() != FLAG_PROFILE) { in validateUserTypeIsProfile()
H A DUserTypeDetails.java517 @UserInfoFlag int getBaseType() { in getBaseType() method in UserTypeDetails.Builder
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java196 public int getBaseType(); in getBaseType() method
466 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java3751 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1420 public int getBaseType() { in getBaseType() method in WindowState
H A DTask.java1388 window.getBaseType() == TYPE_APPLICATION_STARTING) != null); in topActivityContainsStartingWindow()
/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/services/
H A Dart-profile12013 HSPLcom/android/server/wm/WindowState;->getBaseType()I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8890 Landroid/app/slice/SliceItem;->getBaseType(Ljava/lang/String;)Ljava/lang/String;
15371 Landroid/filterfw/core/FrameFormat;->getBaseType()I