Searched refs:ACTION_VIEW_CONSTRUCTOR_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
64 private static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class}; field in MenuInflater66 … static final Class<?>[] ACTION_PROVIDER_CONSTRUCTOR_SIGNATURE = ACTION_VIEW_CONSTRUCTOR_SIGNATURE;517 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments); in setItem()
60753 Landroid/view/MenuInflater;->ACTION_VIEW_CONSTRUCTOR_SIGNATURE:[Ljava/lang/Class;