Searched refs:mode (Results 151 - 175 of 196) sorted by relevance

12345678

/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Dsml.h156 SML_API_DEF Ret_t smlProcessData(InstanceID_t id, SmlProcessMode_t mode);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java72 /** Maximum number of displaying candidates par one line (full view mode) */
74 /** Maximum number of displaying candidates par one line (full view mode)(symbol)(portrait) */
76 /** Maximum number of displaying candidates par one line (full view mode)(symbol)(landscape) */
172 /** {@code true} if the full screen mode is selected */
201 /** List of textView for CandiData List 1st for Symbol mode */
203 /** List of textView for CandiData List 2st for Symbol mode */
230 /** Symbol mode */
420 * Set auto-hide mode.
774 /* Concatenate the candidates already got and the last one in dispFirst mode */
1211 * Set normal mode
1230 setSymbolMode(boolean enable, int mode) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java595 "No remote input from new api, falling back to compatibility mode");
1028 // We want to restore the current mode after a pause
1030 int mode = getMode();
1031 state.putInt(EXTRA_ACTION, mode);
1033 final Message message = createMessage(selectedReplyFromAccount, mRefMessage, mode,
1060 int mode = ComposeActivity.COMPOSE;
1064 mode = actionBar.getSelectedNavigationIndex();
1066 return mode;
1074 int mode, Spanned body) {
1113 message.draftType = getDraftType(mode);
1073 createMessage(ReplyFromAccount selectedReplyFromAccount, Message refMessage, int mode, Spanned body) argument
3185 getDraftType(int mode) argument
[all...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java784 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException { argument
788 Log.d(TAG, "openFile: uri=" + uri + ", mode=" + mode + ", match=" + match);
828 return openFileHelper(uri, mode);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1926 // Make sure to use the proper listener depending on the current mode.
4389 // As per ContactsContract documentation, changing aggregation mode
4744 // WARNING: This method can be run in either contacts mode or profile mode. It is
4909 // Don't bother updating the search index if we're in profile mode - there is no
5392 // In phone only mode, we need to look at view_data instead of
7749 public AssetFileDescriptor openAssetFile(Uri uri, String mode) throws FileNotFoundException { argument
7752 waitForAccess(mode.equals("r") ? mReadAccessLatch : mWriteAccessLatch);
7756 ret = mProfileProvider.openAssetFile(uri, mode);
7759 ret = openAssetFileLocal(uri, mode);
7773 openAssetFileLocal( Uri uri, String mode) argument
7790 openAssetFileInner( Uri uri, String mode) argument
8030 openCorpContactPicture(long contactId, Uri uri, String mode, boolean displayPhoto) argument
8053 openPhotoAssetFile( SQLiteDatabase db, Uri uri, String mode, String selection, String[] selectionArgs) argument
8112 openDisplayPhotoForWrite( long rawContactId, long dataId, Uri uri, String mode) argument
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java1229 // If scene mode is set, we cannot set flash mode, white balance, and
1230 // focus mode, instead, we read it from driver
1846 // If the focus mode is continuous autofocus, call cancelAutoFocus to
1972 // Since change scene mode may change supported values,
1973 // Set scene mode first,
1982 // Setting scene mode will change the settings of flash mode,
1983 // white balance, and focus mode. Here we read back the
2013 // Set flash mode
2186 switchToOtherMode(int mode) argument
2195 onModeChanged(int mode) argument
[all...]
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/Settings/src/com/android/settings/
H A DDevelopmentSettings.java950 final String mode = Integer.toString(Settings.Secure.getInt(
953 mSimulateColorSpace.setValue(mode);
954 final int index = mSimulateColorSpace.findIndexOfValue(mode);
956 // We're using a mode controlled by accessibility preferences.
977 final String mode = Integer.toString(Settings.Secure.getInt(
980 final int index = mSimulateColorSpace.findIndexOfValue(mode);
982 // We're using a mode controlled by developer preferences.
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java1190 public ParcelFileDescriptor openFile(final Uri uri, String mode) throws FileNotFoundException { argument
1192 logVerboseOpenFileInfo(uri, mode);
1238 final int pfdMode = ParcelFileDescriptor.parseMode(mode);
1302 private void logVerboseOpenFileInfo(Uri uri, String mode) { argument
1303 Log.v(Constants.TAG, "openFile uri: " + uri + ", mode: " + mode
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java515 // if we're in one shot mode. In most cases, these menu items are not
987 Log.e("MediaPlaybackActivity", "Invalid shuffle mode: " + shuffle);
999 int mode = mService.getRepeatMode();
1000 if (mode == MediaPlaybackService.REPEAT_NONE) {
1003 } else if (mode == MediaPlaybackService.REPEAT_ALL) {
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java415 public ParcelFileDescriptor openDocument(String docId, String mode, CancellationSignal signal) argument
419 if (!"r".equals(mode)) {
440 return getContext().getContentResolver().openFileDescriptor(target, mode);
H A DMediaProvider.java2674 String[] selectionArgs, String sort, int mode,
2707 if (mode == AUDIO_SEARCH_FANCY) {
2709 } else if (mode == AUDIO_SEARCH_BASIC) {
4495 public ParcelFileDescriptor openFile(Uri uri, String mode) argument
4529 pfd = openFileAndEnforcePathPermissionsHelper(newUri, mode);
4542 pfd = openFileAndEnforcePathPermissionsHelper(uri, mode);
4544 if (mode.contains("w")) {
4615 private ParcelFileDescriptor openFileAndEnforcePathPermissionsHelper(Uri uri, String mode) argument
4617 final int modeBits = ParcelFileDescriptor.parseMode(mode);
2672 doAudioSearch(SQLiteDatabase db, SQLiteQueryBuilder qb, Uri uri, String[] projectionIn, String selection, String[] selectionArgs, String sort, int mode, String limit) argument
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java70 public void onAlbumModeSelected(int mode); argument
268 // Initialize the album mode options if they haven't been already
H A DManageCachePage.java276 // We will always be in selection mode in this page.
401 public void onSelectionModeChange(int mode) { argument
H A DAlbumSetPage.java649 public void onSelectionModeChange(int mode) { argument
650 switch (mode) {
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
H A Dsml.h156 SML_API_DEF Ret_t smlProcessData(InstanceID_t id, SmlProcessMode_t mode);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndfdic.c293 if (con->mode != NJ_CUR_MODE_FREQ) {
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java859 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException { argument
862 return openLogoFile(uri, mode);
868 private ParcelFileDescriptor openLogoFile(Uri uri, String mode) throws FileNotFoundException { argument
882 if (mode.equals("r")) {
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp755 jint callStatus, jint mode, jboolean mpty, jstring number_str,
772 (bthf_call_state_t) callStatus, (bthf_call_mode_t) mode,
754 clccResponseNative(JNIEnv *env, jobject object, jint index, jint dir, jint callStatus, jint mode, jboolean mpty, jstring number_str, jint type, jbyteArray address) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java192 // of quiet mode
202 Log.e(TAG, "Error: get protocol mode native returns false");
226 log("sending set protocol mode(" + protocolMode + ")");
228 Log.e(TAG, "Error: set protocol mode native returns false");
558 private void onGetProtocolMode(byte[] address, int mode) { argument
561 msg.arg1 = mode;
657 //check if it is inbound connection in Quiet mode, priority and Bond status
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DAsyncQueryServiceTest.java95 public File getDir(String name, int mode) { argument
96 return getContext().getDir("mockcontext2_+" + name, mode);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java236 static ContentProviderOperation buildAggregationModeUpdate(int mode) { argument
238 values.put(RawContacts.AGGREGATION_MODE, mode);
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java644 // Portrait mode: status bar is at the top, navbar bottom, width unchanged
647 // Landscape mode: status bar is at the top
871 public void onActionModeStarted(ActionMode mode) { argument
875 public void onActionModeFinished(ActionMode mode) { argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java200 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
214 * The current mode of the application. All changes in mode are initiated by
215 * the activity controller. View mode changes are propagated to classes that
216 * attach themselves as listeners of view mode changes.
488 * In detail: when auto-advance triggers a mode change, we must wait until the transition
489 * completes before executing the destructive action to ensure a smooth mode change transition.
647 * If required, starts wait mode for the current account.
664 // Transition to waiting mode
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java480 CameraCapabilities.FocusMode mode = stringifier.focusModeFromString(modeString);
481 if (mode != null) {
482 defaultFocusModes.add(mode);
707 // mode and recording is stopped. It'll be re-enabled when
905 // If the focus mode is continuous autofocus, call cancelAutoFocus
1363 // A special case of mode options closing: during capture it should
1364 // not be possible to change mode state.
1619 // The logic here is different from the logic in still-mode camera.
1649 // auto focus mode to ensure smooth focusing. Whereas during preview (i.e.
1650 // before recording starts) we use "continuous-picture" auto focus mode
[all...]

Completed in 627 milliseconds

12345678