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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
H A DPublicPreferenceActivity.java60 for (String param : paramNames) {
61 if (!TextUtils.equals(param, MailPreferenceActivity.PREFERENCE_FRAGMENT_ID)) {
62 builder.appendQueryParameter(param, dataUri.getQueryParameter(param));
/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.cpp120 static void btavrcp_register_notification_callback(btrc_event_id_t event_id, uint32_t param) { argument
127 (jint)event_id, (jint)param);
344 btrc_register_notification_t param; local
349 param.play_status = (btrc_play_status_t)playStatus;
351 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
361 btrc_register_notification_t param; local
375 param.track[i] = trk[i];
379 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
390 btrc_register_notification_t param; local
394 param
[all...]
/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp262 if (mTechParams[0].param.pk.uid_len == mLastKovioUidLen)
264 if (memcmp(mLastKovioUid, &mTechParams [0].param.pk.uid, mTechParams[0].param.pk.uid_len) == 0)
278 if ((mLastKovioUidLen = mTechParams[0].param.pk.uid_len) > NFC_KOVIO_MAX_LEN)
280 memcpy(mLastKovioUid, mTechParams[0].param.pk.uid, mLastKovioUidLen);
325 if ((tech_params.param.pa.nfcid1[0] == 0x04 && rfDetail.rf_tech_param.param.pa.sel_rsp == 0) ||
326 rfDetail.rf_tech_param.param.pa.sel_rsp == 0x18 ||
327 rfDetail.rf_tech_param.param.pa.sel_rsp == 0x08)
329 if (rfDetail.rf_tech_param.param
[all...]
H A DRoutingManager.cpp510 tNFC_APP_INIT& app_init = action.param.app_init;
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCombinedInputOutput.java52 * @param filename The name of the file to test.
74 * @param reader the buffered reader to read the data from.
119 for (String param : args) {
120 final String params[] = param.split("=", 2);
154 for (String param : args) {
155 final String params[] = param.split("=", 2);
173 for (String param : args) {
174 final String params[] = param.split("=", 2);
216 * @param destination a destination writer.
217 * @param dic
[all...]
/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/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/apps/Camera2/src/com/android/camera/one/v2/core/
H A DRequestTemplate.java102 for (Parameter param : mParameters) {
103 param.addToBuilder(builder);
/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 emails The email addresses of the sender images to return.
103 * @param decodeBitmaps If {@code true}, decode the bitmaps and put them into
255 for (String param : params) {
256 truncated.add(param);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DLayout.java256 * @param newState State to set
467 public SelectionGroup(Resources res, int param[][]) { argument
469 mTitle = new String[param.length];
470 mDescription = new StringGetter[param.length];
471 mId = new int[param.length];
472 for (int i = 0; i < param.length; ++i) {
473 mTitle[i] = res.getString(param[i][0]);
474 mId[i] = param[i][1];
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java313 " param=" + msg.arg2);
604 private void registerNotification(int eventId, int param) { argument
605 Message msg = mHandler.obtainMessage(MESSAGE_REGISTER_NOTIFICATION, eventId, param);
609 private void processRegisterNotification(int eventId, int param) { argument
625 mPlaybackIntervalMs = (long)param * 1000L;
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java167 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
204 * @param utteranceId the identifier of the utterance.
315 * @param duration the alert sound duration in milliseconds
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduParser.java93 * @param pduDataStream pdu data to be parsed
94 * @param parseContentDisposition whether to parse the Content-Disposition part header
230 * @param pduDataStream pdu data input stream
829 * @param pduDataStream pdu data input stream
944 * @param text log information
955 * @param pduDataStream pdu data input stream
989 * @param pduDataStream pdu data input stream
1018 * @param pduDataStream pdu data input stream
1062 * @param pduDataStream pdu data input stream
1063 * @param stringTyp
[all...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduParser.java108 * @param pduDataStream pdu data to be parsed
109 * @param parseContentDisposition whether to parse the Content-Disposition part header
255 * @param pduDataStream pdu data input stream
863 * @param pduDataStream pdu data input stream
978 * @param text log information
989 * @param pduDataStream pdu data input stream
1023 * @param pduDataStream pdu data input stream
1052 * @param pduDataStream pdu data input stream
1097 * @param pduDataStream pdu data input stream
1098 * @param stringTyp
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationMessageData.java203 * @param inputString
/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.java292 public Void doInBackground(Void... param) { argument
762 * @param conversationId The id of the conversation we are looking for.
853 * @param uriStr the uri
875 * @param uri the forwarding Uri
908 * @param uriString the Uri for which the column name/value pair applies
909 * @param columnName the column name
910 * @param value the value to be cached
965 * @param columnIndex the index of the column whose cached value we want to retrieve
2083 * @param conversations a collection of conversations
2084 * @param value
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2114 * @param uri The URI to examine.
2128 * @param uri The URI to examine.
2129 * @param values The values being inserted.
2244 * @param uri The URI to pre-authorize.
2266 * @param uri The URI being accessed.
2459 * @param ids Should not be empty
2629 * @param uri Current {@link Uri} being operated on.
2630 * @param values {@link ContentValues} to read and possibly update.
2692 * @param uri Current {@link Uri} being operated on.
2693 * @param value
[all...]
/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/ ...

Completed in 454 milliseconds