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

/packages/apps/MusicFX/src/com/android/musicfx/
H A DControlPanelReceiver.java83 final String param = intent.getStringExtra("AudioEffect.EXTRA_PARAM");
85 if (param.equals("GLOBAL_ENABLED")) {
94 final String param = intent.getStringExtra("AudioEffect.EXTRA_PARAM");
96 if (param.equals("GLOBAL_ENABLED")) {
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java281 ImageListParam param) {
282 DataLocation location = param.mLocation;
283 int inclusion = param.mInclusion;
284 int sort = param.mSort;
285 String bucketId = param.mBucketId;
286 Uri singleImageUri = param.mSingleImageUri;
287 boolean isEmptyImageList = param.mIsEmptyImageList;
402 ImageListParam param = new ImageListParam();
403 param.mLocation = location;
404 param
280 makeImageList(ContentResolver cr, ImageListParam param) argument
[all...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp105 static void btavrcp_register_notification_callback(btrc_event_id_t event_id, uint32_t param) { argument
114 (jint)event_id, (jint)param);
321 btrc_register_notification_t param; local
326 param.play_status = (btrc_play_status_t)playStatus;
328 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
338 btrc_register_notification_t param; local
352 param.track[i] = trk[i];
356 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
367 btrc_register_notification_t param; local
372 param
[all...]
/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp254 if (mTechParams[0].param.pk.uid_len == mLastKovioUidLen)
256 if (memcmp(mLastKovioUid, &mTechParams [0].param.pk.uid, mTechParams[0].param.pk.uid_len) == 0)
270 if ((mLastKovioUidLen = mTechParams[0].param.pk.uid_len) > NFC_KOVIO_MAX_LEN)
272 memcpy(mLastKovioUid, mTechParams[0].param.pk.uid, mLastKovioUidLen);
317 if ((tech_params.param.pa.nfcid1[0] == 0x04 && rfDetail.rf_tech_param.param.pa.sel_rsp == 0) ||
318 rfDetail.rf_tech_param.param.pa.sel_rsp == 0x18 ||
319 rfDetail.rf_tech_param.param.pa.sel_rsp == 0x08)
321 if (rfDetail.rf_tech_param.param
[all...]
H A DRoutingManager.cpp329 tNFC_APP_INIT& app_init = action.param.app_init;
/packages/apps/Email/tests/src/com/android/email/
H A DSingleRunningTaskTest.java51 protected void runInternal(Void param) { argument
71 protected void runInternal(Void param) { argument
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateImageView.java155 LayoutParams param = getLayoutParams();
156 final int miniThumbWidth = param.width
158 final int miniThumbHeight = param.height
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateImageView.java155 LayoutParams param = getLayoutParams();
156 final int miniThumbWidth = param.width
158 final int miniThumbHeight = param.height
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateImageView.java153 LayoutParams param = getLayoutParams();
154 final int miniThumbWidth = param.width
156 final int miniThumbHeight = param.height
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCombinedInputOutput.java62 * @param filename The name of the file to test.
95 * @param source the file to read the data from.
142 for (String param : args) {
143 final String params[] = param.split("=", 2);
156 for (String param : args) {
157 final String params[] = param.split("=", 2);
175 for (String param : args) {
176 final String params[] = param.split("=", 2);
204 * @param destination a destination stream to write to.
205 * @param dic
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java321 * @param bitmap the captured image that we shrink and slide in the animation
477 public void updateOnScreenIndicators(Parameters param, ComboPreferences prefs) { argument
478 mOnScreenIndicators.updateFlashOnScreenIndicator(param.getFlashMode());
643 public void initializeZoom(Parameters param) { argument
644 if (param == null || !param.isZoomSupported()) {
649 mZoomMax = param.getMaxZoom();
650 mZoomRatios = param.getZoomRatios();
654 mZoomRenderer.setZoom(param.getZoom());
655 mZoomRenderer.setZoomValue(mZoomRatios.get(param
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorChanSat.java257 Parameter param = csrep.getFilterParameter(csrep.getParameterMode());
258 if (param instanceof BasicParameterStyle) {
259 param.setFilterView(EditorChanSat.this);
261 return param;
306 Parameter param = getParameterToEdit(csrep);
308 control(param, mEditControl);
H A DParametricEditor.java171 Parameter param = getParameterToEdit(rep);
172 if (param != null) {
173 control(param, editControl);
H A DEditorVignette.java265 Parameter param = csrep.getFilterParameter(csrep.getParameterMode());
267 return param;
300 Parameter param = getParameterToEdit(csrep);
302 control(param, mEditControl);
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DSenderInfoLoader.java101 * @param resolver {@link ContentResolver} to use in queries to the ContentProvider.
102 * @param senderSet The email addresses of the sender images to return.
103 * @param decodeBitmaps If {@code true}, decode the bitmaps and put them into
214 for (String param : params) {
215 truncated.add(param);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DAvrcp.java327 " param=" + msg.arg2);
579 private void registerNotification(int eventId, int param) { argument
580 Message msg = mHandler.obtainMessage(MESSAGE_REGISTER_NOTIFICATION, eventId, param);
584 private void processRegisterNotification(int eventId, int param) { argument
600 mPlaybackIntervalMs = (long)param * 1000L;
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java159 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
195 * @param utteranceId the identifier of the utterance.
303 * @param duration the alert sound duration in milliseconds
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DProjectPickerAdapter.java93 * @param projectPath The project path of the to-be-removed project
266 protected Bitmap doInBackground(Void... param) { argument
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java80 * @param string the string reference to check
109 * @param string the string to test and possibly return
131 * @param string the non-null character sequence to look in
132 * @param chars a non-null character sequence containing the set of characters
135 * @param fromIndex the index of the first character to examine in the input
195 * @param str the string to split. Must not be null.
196 * @param delims the delimiter characters. Each character in the
232 * @param str the string to split. Must not be null.
233 * @param delims the delimiter characters. Each character in the string
235 * @param trimToken
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java81 * @param string the string reference to check
110 * @param string the string to test and possibly return
132 * @param string the non-null character sequence to look in
133 * @param chars a non-null character sequence containing the set of characters
136 * @param fromIndex the index of the first character to examine in the input
196 * @param str the string to split. Must not be null.
197 * @param delims the delimiter characters. Each character in the
233 * @param str the string to split. Must not be null.
234 * @param delims the delimiter characters. Each character in the string
236 * @param trimToken
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java287 public Void doInBackground(Void... param) { argument
752 * @param conversationId The id of the conversation we are looking for.
843 * @param uriStr the uri
865 * @param uri the forwarding Uri
898 * @param uriString the Uri for which the column name/value pair applies
899 * @param columnName the column name
900 * @param value the value to be cached
955 * @param columnIndex the index of the column whose cached value we want to retrieve
2037 * @param conversations a collection of conversations
2038 * @param value
[all...]
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java233 * @param projectPath The project path
276 * @param listener The listener
285 * @param listener The listener
294 * @param context The context
306 * @param context The context
307 * @param projectPath The project path
308 * @param projectName The project name
309 * @param movies The array of movie file names to add to the newly
311 * @param photos The array of photo file names to add to the newly
313 * @param themeTyp
997 addEffectColor(Context context, String projectPath, String mediaItemId, String effectId, long startTimeMs, long durationMs, int type, int param) argument
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2011 * @param uri The URI to examine.
2025 * @param uri The URI to examine.
2026 * @param values The values being inserted.
2156 * @param uri The URI to pre-authorize.
2173 * @param uri The URI being accessed.
2362 * @param ids Should not be empty
2531 * @param uri Current {@link Uri} being operated on.
2532 * @param values {@link ContentValues} to read and possibly update.
2594 * @param uri Current {@link Uri} being operated on.
2595 * @param value
[all...]

Completed in 451 milliseconds