Home
last modified time | relevance | path

Searched defs:isCrossProfileCallbackInterface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
H A DCrossProfileMethodInfo.java199 private static boolean isCrossProfileCallbackInterface(Elements elements, TypeMirror type) { in isCrossProfileCallbackInterface() method in CrossProfileMethodInfo
H A DType.java91 public boolean isCrossProfileCallbackInterface() { in isCrossProfileCallbackInterface() method in Type