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

  /frameworks/base/core/java/android/view/
MenuInflater.java 61 private static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class};
63 private static final Class<?>[] ACTION_PROVIDER_CONSTRUCTOR_SIGNATURE = ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
473 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
SupportMenuInflater.java 76 static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class};
79 ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
463 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 78 milliseconds