Searched refs:addInternal (Results 1 - 1 of 1) sorted by relevance

/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DSimpleMenu.java58 return addInternal(0, 0, title);
62 return addInternal(0, 0, mResources.getString(titleRes));
66 return addInternal(itemId, order, title);
70 return addInternal(itemId, order, mResources.getString(titleRes));
76 private MenuItem addInternal(int itemId, int order, CharSequence title) { method in class:SimpleMenu

Completed in 8 milliseconds