Home
last modified time | relevance | path

Searched defs:callbackInterface (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/common/
H A DFragmentUtils.java42 public static <T> T getParent(@NonNull Fragment fragment, @NonNull Class<T> callbackInterface) { in getParent()
78 @NonNull android.app.Fragment fragment, @NonNull Class<T> callbackInterface) { in getParent()
110 @NonNull Fragment fragment, @NonNull Class<T> callbackInterface) { in getParentUnsafe()
120 @NonNull android.app.Fragment fragment, @NonNull Class<T> callbackInterface) { in getParentUnsafe()
131 public static void checkParent(@NonNull Fragment frag, @NonNull Class<?> callbackInterface) in checkParent()
156 <T> T getImpl(Class<T> callbackInterface); in getImpl()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_service_test_part01.cpp52 sptr<GetExecutorPropertyCallbackInterface> callbackInterface = testCallback; variable
65 sptr<GetExecutorPropertyCallbackInterface> callbackInterface = testCallback; variable
111 sptr<GetExecutorPropertyCallbackInterface> callbackInterface = testCallback; variable
147 sptr<GetExecutorPropertyCallbackInterface> callbackInterface = testCallback; variable
192 sptr<GetExecutorPropertyCallbackInterface> callbackInterface = testCallback; variable
241 sptr<GetExecutorPropertyCallbackInterface> callbackInterface = testCallback; variable
H A Duser_auth_service_test.cpp392 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
408 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
439 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
544 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
569 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
587 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
631 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
664 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
677 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
743 sptr<UserAuthCallbackInterface> callbackInterface = testCallback; variable
[all …]
H A Dco_auth_service_test.cpp89 sptr<ExecutorCallbackInterface> callbackInterface = testCallback; variable
/aosp12/packages/apps/Dialer/java/com/android/dialer/main/impl/
H A DOldMainActivityPeer.java670 public <T> T getImpl(Class<T> callbackInterface) { in getImpl()