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 64 private static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class};
66 private static final Class<?>[] ACTION_PROVIDER_CONSTRUCTOR_SIGNATURE = ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
517 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
SupportMenuInflater.java 80 static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class};
83 ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
495 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 

Completed in 463 milliseconds