Searched defs:param (Results 1 - 8 of 8) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/ |
H A D | SingleRunningTaskTest.java | 51 protected void runInternal(Void param) { argument 71 protected void runInternal(Void param) { argument
|
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_avrcp.cpp | 105 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, ¶m)) != BT_STATUS_SUCCESS) { 338 btrc_register_notification_t param; local 352 param.track[i] = trk[i]; 356 (btrc_notification_type_t)type, ¶m)) != BT_STATUS_SUCCESS) { 367 btrc_register_notification_t param; local 372 param [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
H A D | ProjectPickerAdapter.java | 93 * @param projectPath The project path of the to-be-removed project 266 protected Bitmap doInBackground(Void... param) { argument
|
/packages/apps/Gallery/src/com/android/camera/ |
H A D | ImageManager.java | 281 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/Camera2/src/com/android/camera/ |
H A D | VideoUI.java | 327 * @param bitmap the captured image that we shrink and slide in the animation 483 public void updateOnScreenIndicators(Parameters param, ComboPreferences prefs) { argument 484 mOnScreenIndicators.updateFlashOnScreenIndicator(param.getFlashMode()); 651 public void initializeZoom(Parameters param) { argument 652 if (param == null || !param.isZoomSupported()) { 657 mZoomMax = param.getMaxZoom(); 658 mZoomRatios = param.getZoomRatios(); 662 mZoomRenderer.setZoom(param.getZoom()); 663 mZoomRenderer.setZoomValue(mZoomRatios.get(param [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | Avrcp.java | 327 " param=" + msg.arg2); 580 private void registerNotification(int eventId, int param) { argument 581 Message msg = mHandler.obtainMessage(MESSAGE_REGISTER_NOTIFICATION, eventId, param); 585 private void processRegisterNotification(int eventId, int param) { argument 601 mPlaybackIntervalMs = (long)param * 1000L;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
H A D | ConversationCursor.java | 287 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 2042 * @param conversations a collection of conversations 2043 * @param value [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
H A D | ApiService.java | 233 * @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...] |
Completed in 88 milliseconds