Searched defs:getMenuInflater (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/settings/
H A DAppCompatPreferenceActivity.java56 public MenuInflater getMenuInflater() { method in class:AppCompatPreferenceActivity
57 return getDelegate().getMenuInflater();
/packages/apps/Contacts/src/com/android/contacts/preference/
H A DContactsPreferenceActivity.java113 public MenuInflater getMenuInflater() { method in class:ContactsPreferenceActivity
114 return mCompatDelegate.getMenuInflater();
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java337 public MenuInflater getMenuInflater() { method in class:BugleActionBarActivity.CustomActionMode
338 return BugleActionBarActivity.this.getMenuInflater();
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
H A DMailPhotoViewController.java64 MenuInflater getMenuInflater(); method in interface:MailPhotoViewController.ActivityInterface
112 MenuInflater inflater = mMailActivity.getMenuInflater();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRestrictedActivity.java95 * @see android.app.Activity#getMenuInflater()
97 MenuInflater getMenuInflater(); method in interface:RestrictedActivity

Completed in 221 milliseconds