Searched refs:mode (Results 126 - 130 of 130) sorted by relevance

123456

/packages/apps/Email/src/com/android/email/mail/store/
H A DPop3Store.java261 public synchronized void open(OpenMode mode) throws MessagingException { argument
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java1320 private void setViewStates(int mode) { argument
1322 if (mode == Utils.MODIFY_UNINITIALIZED || !EditEventHelper.canModifyEvent(mModel)) {
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java134 public File getDir(String name, int mode) { argument
137 return getContext().getDir("mockcontext2_" + name, mode);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c414 work->cursor.cond.mode = order;
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DImapStoreUnitTests.java127 public SharedPreferences getSharedPreferences(String name, int mode) { argument
709 * Test that servers reporting READ-WRITE mode are parsed properly
710 * Note: the READ_WRITE mode passed to folder.open() does not affect the test
720 * Test that servers reporting READ-ONLY mode are parsed properly
721 * Note: the READ_ONLY mode passed to folder.open() does not affect the test

Completed in 222 milliseconds

123456