Searched refs:getBaseType (Results 1 – 13 of 13) sorted by relevance
76 public int getBaseType() { in getBaseType() method in FrameFormat164 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()
50 final int baseType = format.getBaseType(); in initWithFormat()
71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
325 private static String getBaseType(String type) { in getBaseType() method in SliceItem334 switch (getBaseType(type)) { in writeObj()358 switch (getBaseType(type)) { in readObj()
403 (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()
517 @UserInfoFlag int getBaseType() { in getBaseType() method in UserTypeDetails.Builder
196 public int getBaseType(); in getBaseType() method466 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
3751 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
1420 public int getBaseType() { in getBaseType() method in WindowState
1388 window.getBaseType() == TYPE_APPLICATION_STARTING) != null); in topActivityContainsStartingWindow()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12013 HSPLcom/android/server/wm/WindowState;->getBaseType()I
8890 Landroid/app/slice/SliceItem;->getBaseType(Ljava/lang/String;)Ljava/lang/String;15371 Landroid/filterfw/core/FrameFormat;->getBaseType()I