HomeSort by relevance Sort by last modified time
    Searched defs:sGetIBinderMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/support/compat/java/android/support/v4/app/
BundleCompat.java 35 private static Method sGetIBinderMethod;
44 sGetIBinderMethod = Bundle.class.getMethod("getIBinder", String.class);
45 sGetIBinderMethod.setAccessible(true);
52 if (sGetIBinderMethod != null) {
54 return (IBinder) sGetIBinderMethod.invoke(bundle, key);
58 sGetIBinderMethod = null;
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 

Completed in 2713 milliseconds