Searched refs:mode (Results 176 - 199 of 199) sorted by relevance

12345678

/packages/services/Telephony/src/com/android/phone/common/mail/store/
H A DImapFolder.java103 public void open(String mode) throws MessagingException { argument
106 if (mMode == mode) {
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java221 // Default 0. If it is larger than 0, the camcorder is in time lapse mode.
670 // mode and recording is stopped. It'll be re-enabled when
1128 // No options menu for attach mode.
1885 // Set flash mode.
1935 // The logic here is different from the logic in still-mode camera.
1958 private boolean switchToOtherMode(int mode) { argument
1960 MenuHelper.gotoMode(mode, this);
1965 public boolean onModeChanged(int mode) { argument
1966 if (mode != ModePicker.MODE_VIDEO) {
1967 return switchToOtherMode(mode);
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java199 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
213 * The current mode of the application. All changes in mode are initiated by
214 * the activity controller. View mode changes are propagated to classes that
215 * attach themselves as listeners of view mode changes.
489 * In detail: when auto-advance triggers a mode change, we must wait until the transition
490 * completes before executing the destructive action to ensure a smooth mode change transition.
656 * If required, starts wait mode for the current account.
673 // Transition to waiting mode
[all...]
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2710 String[] selectionArgs, String sort, int mode,
2743 if (mode == AUDIO_SEARCH_FANCY) {
2745 } else if (mode == AUDIO_SEARCH_BASIC) {
4535 public ParcelFileDescriptor openFile(Uri uri, String mode) argument
4569 pfd = openFileAndEnforcePathPermissionsHelper(newUri, mode);
4582 pfd = openFileAndEnforcePathPermissionsHelper(uri, mode);
4584 if (mode.contains("w")) {
4659 private ParcelFileDescriptor openFileAndEnforcePathPermissionsHelper(Uri uri, String mode) argument
4661 final int modeBits = ParcelFileDescriptor.parseMode(mode);
2708 doAudioSearch(SQLiteDatabase db, SQLiteQueryBuilder qb, Uri uri, String[] projectionIn, String selection, String[] selectionArgs, String sort, int mode, String limit) argument
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java974 // Handle debug mode outputs
1104 // Only animate when in full screen capture mode
1167 // If scene mode is set, we cannot set flash mode, white balance, and
1168 // focus mode, instead, we read it from driver. Some devices don't have
1170 // AUTO to check where there is no actual scene mode set.
1188 Log.v(TAG, "skip setting flash mode on override due to NO_FLASH");
1221 // Set a default flash mode and focus mode
1506 CameraCapabilities.FocusMode mode
[all...]
H A DVideoModule.java141 * The ringer mode that was set when video recording started. We use this to
142 * reset the mode once video recording has stopped.
474 CameraCapabilities.FocusMode mode = stringifier.focusModeFromString(modeString);
475 if (mode != null) {
476 defaultFocusModes.add(mode);
697 // CameraAppUI mishandles mode option enable/disable
702 // CameraAppUI mishandles mode option enable/disable
713 // mode and recording is stopped. It'll be re-enabled when
935 // If the focus mode is continuous autofocus, call cancelAutoFocus
1323 // Store current ringer mode s
[all...]
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java255 int mode = MediaPlaybackService.SHUFFLE_NONE;
258 mode = sService.getShuffleMode();
262 return mode;
/packages/apps/Browser/src/com/android/browser/
H A DController.java937 // Update the title in the history database if not in private browsing mode
979 // Don't save anything in private browsing mode
1222 // clear action mode
1862 // action mode
1865 public void onActionModeStarted(ActionMode mode) { argument
1866 mUi.onActionModeStarted(mode);
1867 mActionMode = mode;
1893 public void onActionModeFinished(ActionMode mode) { argument
H A DPhoneUi.java229 // action mode callbacks
232 public void onActionModeStarted(ActionMode mode) { argument
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DPop3Store.java193 public synchronized void open(OpenMode mode) throws MessagingException { argument
H A DImapFolder.java101 public void open(OpenMode mode) argument
105 if (mMode == mode) {
185 * This method needs to operate in the unselected mode as well as the selected mode
231 * This method needs to operate in the unselected mode as well as the selected mode
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
H A DStrictModeActivity.java447 private long settingsWrite(int mode) { argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java413 final int mode = (mPhotoPosition == PhotoPosition.LEFT
415 mLabelView.measure(MeasureSpec.makeMeasureSpec(labelWidth, mode),
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java897 // We're in view mode so set up the stacks on our own.
1362 // reset to the capture mode to allow quick photo taking
1461 public void onAlbumModeSelected(int mode) { argument
1462 if (mode == GalleryActionBar.ALBUM_GRID_MODE_SELECTED) {
/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java906 CatLog.d(this, "set up idle mode");
920 if ((mStkContext[slotId].mCurrentCmd.getBrowserSettings().mode
925 CatLog.d(this, "Browser mode is: launch if not already launched " +
1506 switch (settings.mode) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java312 public SharedPreferences getSharedPreferences(String name, int mode) {
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java1397 private void setViewStates(int mode) { argument
1399 if (mode == Utils.MODIFY_UNINITIALIZED || !EditEventHelper.canModifyEvent(mModel)) {
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c414 work->cursor.cond.mode = order;
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DImapStoreUnitTests.java129 public SharedPreferences getSharedPreferences(String name, int mode) { argument
711 * Test that servers reporting READ-WRITE mode are parsed properly
712 * Note: the READ_WRITE mode passed to folder.open() does not affect the test
722 * Test that servers reporting READ-ONLY mode are parsed properly
723 * Note: the READ_ONLY mode passed to folder.open() does not affect the test
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java137 public File getDir(String name, int mode) { argument
140 return getContext().getDir("mockcontext2_" + name, mode);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java2403 public ParcelFileDescriptor openFile(final Uri uri, final String mode) argument
2433 Utilities.parseMode(mode));
2438 Utilities.parseMode(mode));
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java3307 //check if this is an incoming connection in Quiet mode.
3430 private native boolean clccResponseNative(int index, int dir, int status, int mode, argument

Completed in 4676 milliseconds

12345678