Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/packages/apps/Launcher3/src/com/android/launcher3/
DDeleteDropTarget.java114 private boolean isDragSourceWorkspaceOrFolder(DragObject d) { in isDragSourceWorkspaceOrFolder() argument
115 return (d.dragSource instanceof Workspace) || (d.dragSource instanceof Folder); in isDragSourceWorkspaceOrFolder()
117 private boolean isWorkspaceOrFolderApplication(DragObject d) { in isWorkspaceOrFolderApplication() argument
118 return isDragSourceWorkspaceOrFolder(d) && (d.dragInfo instanceof ShortcutInfo); in isWorkspaceOrFolderApplication()
120 private boolean isWorkspaceOrFolderWidget(DragObject d) { in isWorkspaceOrFolderWidget() argument
121 return isDragSourceWorkspaceOrFolder(d) && (d.dragInfo instanceof LauncherAppWidgetInfo); in isWorkspaceOrFolderWidget()
123 private boolean isWorkspaceFolder(DragObject d) { in isWorkspaceFolder() argument
124 return (d.dragSource instanceof Workspace) && (d.dragInfo instanceof FolderInfo); in isWorkspaceFolder()
141 public boolean acceptDrop(DragObject d) { in acceptDrop() argument
142 return willAcceptDrop(d.dragInfo); in acceptDrop()
[all …]
DFolderIcon.java419 DragObject d) { in onDrop() argument
477 public void onDrop(DragObject d) {
479 if (d.dragInfo instanceof AppInfo) {
481 item = ((AppInfo) d.dragInfo).makeShortcut();
483 item = (ShortcutInfo) d.dragInfo;
486 onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.postAnimationRunnable, d);
516 private void computePreviewDrawingParams(Drawable d) {
517 computePreviewDrawingParams(d.getIntrinsicWidth(), getMeasuredWidth());
579 Drawable d = params.drawable;
581 if (d != null) {
[all …]
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java126 CatLog.d(this, "setPendingActivityInstance act : " + mSlotId + ", " + act); in setPendingActivityInstance()
130 CatLog.d(this, "getPendingActivityInstance act : " + mSlotId + ", " + in getPendingActivityInstance()
135 CatLog.d(this, "setPendingDialogInstance act : " + mSlotId + ", " + act); in setPendingDialogInstance()
139 CatLog.d(this, "getPendingDialogInstance act : " + mSlotId + ", " + in getPendingDialogInstance()
144 CatLog.d(this, "setMainActivityInstance act : " + mSlotId + ", " + act); in setMainActivityInstance()
148 CatLog.d(this, "getMainActivityInstance act : " + mSlotId + ", " + in getMainActivityInstance()
254 CatLog.d(LOG_TAG, "onCreate()+"); in onCreate()
259 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate()
266 CatLog.d(LOG_TAG, "slotId: " + i); in onCreate()
283 CatLog.d(LOG_TAG, "StkAppService onStart intent is null so return"); in onStart()
[all …]
DStkMenuActivity.java85 CatLog.d(LOG_TAG, "MSG_ID_TIMEOUT mState: " + mState);
101 CatLog.d(LOG_TAG, "onCreate"); in onCreate()
121 CatLog.d(LOG_TAG, "mAcceptUsersInput:false"); in onListItemClick()
127 CatLog.d(LOG_TAG, "Item is null"); in onListItemClick()
131 CatLog.d(LOG_TAG, "onListItemClick Id: " + item.id + ", mState: " + mState); in onListItemClick()
145 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput); in onKeyDown()
152 CatLog.d(LOG_TAG, "KEYCODE_BACK - mState[" + mState + "]"); in onKeyDown()
155 CatLog.d(LOG_TAG, "STATE_SECONDARY"); in onKeyDown()
162 CatLog.d(LOG_TAG, "STATE_MAIN"); in onKeyDown()
176 CatLog.d(LOG_TAG, "onRestart, slot id: " + mSlotId); in onRestart()
[all …]
DStkDialogActivity.java72 CatLog.d(LOG_TAG, "onCreate, sim id: " + mSlotId); in onCreate()
98 CatLog.d(LOG_TAG, "OK Clicked!, mSlotId: " + mSlotId); in onClick()
103 CatLog.d(LOG_TAG, "Cancel Clicked!, mSlotId: " + mSlotId); in onClick()
115 CatLog.d(LOG_TAG, "onKeyDown - KEYCODE_BACK"); in onKeyDown()
127 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent + in onResume()
163 CatLog.d(LOG_TAG, "User should clear text..showing message forever"); in onResume()
177 CatLog.d(LOG_TAG, "Pending Alarm! Let it finish counting down..."); in onResume()
180 CatLog.d(LOG_TAG, "No Pending Alarm! OK to start timer..."); in onResume()
188 CatLog.d(LOG_TAG, "onPause, sim id: " + mSlotId); in onPause()
204 CatLog.d(LOG_TAG, "onStart, sim id: " + mSlotId); in onStart()
[all …]
/packages/apps/Launcher2/src/com/android/launcher2/
DDeleteDropTarget.java108 private boolean isDragSourceWorkspaceOrFolder(DragObject d) { in isDragSourceWorkspaceOrFolder() argument
109 return (d.dragSource instanceof Workspace) || (d.dragSource instanceof Folder); in isDragSourceWorkspaceOrFolder()
111 private boolean isWorkspaceOrFolderApplication(DragObject d) { in isWorkspaceOrFolderApplication() argument
112 return isDragSourceWorkspaceOrFolder(d) && (d.dragInfo instanceof ShortcutInfo); in isWorkspaceOrFolderApplication()
114 private boolean isWorkspaceOrFolderWidget(DragObject d) { in isWorkspaceOrFolderWidget() argument
115 return isDragSourceWorkspaceOrFolder(d) && (d.dragInfo instanceof LauncherAppWidgetInfo); in isWorkspaceOrFolderWidget()
117 private boolean isWorkspaceFolder(DragObject d) { in isWorkspaceFolder() argument
118 return (d.dragSource instanceof Workspace) && (d.dragInfo instanceof FolderInfo); in isWorkspaceFolder()
131 public boolean acceptDrop(DragObject d) { in acceptDrop() argument
187 public void onDragEnter(DragObject d) { in onDragEnter() argument
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java141 float d = sArrowWidth; in onDraw() local
144 drawHorizontalPath(w, h, r, d); in onDraw()
147 drawVerticalDownPath(w, h, r, d); in onDraw()
149 drawVerticalPath(w, h, r, d); in onDraw()
168 private void drawHorizontalPath(float w, float h, float r, float d) { in drawHorizontalPath() argument
175 mPath.lineTo(d, 0); in drawHorizontalPath()
176 mPath.lineTo(d, r); in drawHorizontalPath()
177 mPath.lineTo(0, r + d); in drawHorizontalPath()
178 mPath.lineTo(d, r + d + r); in drawHorizontalPath()
179 mPath.lineTo(d, h); in drawHorizontalPath()
[all …]
/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_utilities_linalg.cpp31 void db_CholeskyDecomp6x6(double A[36],double d[6]) in db_CholeskyDecomp6x6()
38 d[0]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
39 temp=db_SafeReciprocal(d[0]); in db_CholeskyDecomp6x6()
47 d[1]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
48 temp=db_SafeReciprocal(d[1]); in db_CholeskyDecomp6x6()
55 d[2]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
56 temp=db_SafeReciprocal(d[2]); in db_CholeskyDecomp6x6()
62 d[3]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
63 temp=db_SafeReciprocal(d[3]); in db_CholeskyDecomp6x6()
68 d[4]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
[all …]
Ddb_utilities_poly.h79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double …
89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,d…
96 inline void db_MultiplyPoly1_1(double *d,const double *a,const double *b) in db_MultiplyPoly1_1() argument
103 d[0]=a0*b0; in db_MultiplyPoly1_1()
104 d[1]=a0*b1+a1*b0; in db_MultiplyPoly1_1()
105 d[2]= a1*b1; in db_MultiplyPoly1_1()
108 inline void db_MultiplyPoly0_2(double *d,const double *a,const double *b) in db_MultiplyPoly0_2() argument
115 d[0]=a0*b0; in db_MultiplyPoly0_2()
116 d[1]=a0*b1; in db_MultiplyPoly0_2()
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_linalg.cpp31 void db_CholeskyDecomp6x6(double A[36],double d[6]) in db_CholeskyDecomp6x6()
38 d[0]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
39 temp=db_SafeReciprocal(d[0]); in db_CholeskyDecomp6x6()
47 d[1]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
48 temp=db_SafeReciprocal(d[1]); in db_CholeskyDecomp6x6()
55 d[2]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
56 temp=db_SafeReciprocal(d[2]); in db_CholeskyDecomp6x6()
62 d[3]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
63 temp=db_SafeReciprocal(d[3]); in db_CholeskyDecomp6x6()
68 d[4]=((s>0.0)?sqrt(s):1.0); in db_CholeskyDecomp6x6()
[all …]
Ddb_utilities_poly.h79 DB_API void db_SolveCubic(double *roots,int *nr_roots,double a,double b,double c,double d);
84 DB_API void db_SolveQuartic(double *roots,int *nr_roots,double a,double b,double c,double d,double …
89 DB_API void db_SolveQuarticForced(double *roots,int *nr_roots,double a,double b,double c,double d,d…
96 inline void db_MultiplyPoly1_1(double *d,const double *a,const double *b) in db_MultiplyPoly1_1() argument
103 d[0]=a0*b0; in db_MultiplyPoly1_1()
104 d[1]=a0*b1+a1*b0; in db_MultiplyPoly1_1()
105 d[2]= a1*b1; in db_MultiplyPoly1_1()
108 inline void db_MultiplyPoly0_2(double *d,const double *a,const double *b) in db_MultiplyPoly0_2() argument
115 d[0]=a0*b0; in db_MultiplyPoly0_2()
116 d[1]=a0*b1; in db_MultiplyPoly0_2()
[all …]
/packages/apps/Browser/src/com/android/browser/
DPreloadController.java54 if (LOGD_ENABLED) Log.d(LOGTAG, "getActivity()"); in getActivity()
60 if (LOGD_ENABLED) Log.d(LOGTAG, "getTabControl()"); in getTabControl()
66 if (LOGD_ENABLED) Log.d(LOGTAG, "getWebViewFactory()"); in getWebViewFactory()
72 if (LOGD_ENABLED) Log.d(LOGTAG, "onSetWebView()"); in onSetWebView()
77 if (LOGD_ENABLED) Log.d(LOGTAG, "createSubWindow()"); in createSubWindow()
82 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageStarted()"); in onPageStarted()
93 if (LOGD_ENABLED) Log.d(LOGTAG, "onPageFinished()"); in onPageFinished()
106 if (LOGD_ENABLED) Log.d(LOGTAG, "onProgressChanged()"); in onProgressChanged()
111 if (LOGD_ENABLED) Log.d(LOGTAG, "onReceivedTitle()"); in onReceivedTitle()
116 if (LOGD_ENABLED) Log.d(LOGTAG, "onFavicon()"); in onFavicon()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java207 Log.d(TAG, "addToCalls state:" + state + " number:" + number); in addCall()
226 Log.d(TAG, "removeFromCalls states:" + Arrays.toString(states)); in removeCalls()
245 Log.d(TAG, "changeStateFromCalls old:" + old_state + " new: " + new_state); in changeCallsState()
255 Log.d(TAG, "getFromCallsWithStates states:" + Arrays.toString(states)); in getCall()
306 Log.d(TAG, "abandonAudioFocus "); in setCallState()
389 Log.d(TAG, "updateCallIndicator " + call); in updateCallIndicator()
446 Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " + mPendingAction.first); in updateCallSetupIndicator()
449 Log.d(TAG,"stopping ring after no response"); in updateCallSetupIndicator()
578 Log.d(TAG, "updateCallHeld " + callheld); in updateCallHeldIndicator()
731 Log.d(TAG, "updatRespAndHold " + resp_and_hold); in updateRespAndHold()
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz ... ,flags=,originalFreq=179 38 word=d'un,f=178,flags=,originalFreq ...
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java171 if (DBG) Log.d(TAG, "start()"); in start()
183 if (DBG) Log.d(TAG, "stop()"); in stop()
196 if (DBG) Log.d(TAG, "cleanup()"); in cleanup()
225 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()
261 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()
557 if (VDBG) Log.d(TAG, "onScanResult() - address=" + address in onScanResult()
638 if (DBG) Log.d(TAG, "onClientRegistered() - UUID=" + uuid + ", clientIf=" + clientIf); in onClientRegistered()
653 if (DBG) Log.d(TAG, "onConnected() - clientIf=" + clientIf in onConnected()
666 if (DBG) Log.d(TAG, "onDisconnected() - clientIf=" + clientIf in onDisconnected()
678 if (DBG) Log.d(TAG, "onSearchCompleted() - connId=" + connId+ ", status=" + status); in onSearchCompleted()
[all …]
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepValidationClientTests.java43 Log.d(TAG, "Waiting for service to restart..."); in setUp()
48 Log.d(TAG, "Running test."); in setUp()
55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testNonFragmented()
57 Log.d(TAG, "Putting ndef message..."); in testNonFragmented()
60 Log.d(TAG, "Getting ndef message..."); in testNonFragmented()
64 Log.d(TAG, "Done. Checking " + msgBytes.length + " bytes."); in testNonFragmented()
68 Log.d(TAG, "Closing client."); in testNonFragmented()
71 Log.d(TAG, "Test failed.", e); in testNonFragmented()
80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testFragmented()
82 Log.d(TAG, "Putting ndef message of size " + msg.toByteArray().length + "..."); in testFragmented()
[all …]
/packages/apps/Gallery/src/com/android/camera/
DMenuHelper.java188 private static void setDetailsValue(View d, String text, int valueId) { in setDetailsValue() argument
189 ((TextView) d.findViewById(valueId)).setText(text); in setDetailsValue()
192 private static void hideDetailsRow(View d, int rowId) { in hideDetailsRow() argument
193 d.findViewById(rowId).setVisibility(View.GONE); in hideDetailsRow()
219 private static void setLatLngDetails(final View d, Activity context, in setLatLngDetails() argument
223 setDetailsValue(d, String.valueOf(latlng[0]), in setLatLngDetails()
225 setDetailsValue(d, String.valueOf(latlng[1]), in setLatLngDetails()
229 hideDetailsRow(d, R.id.details_latitude_row); in setLatLngDetails()
230 hideDetailsRow(d, R.id.details_longitude_row); in setLatLngDetails()
231 hideDetailsRow(d, R.id.details_location_row); in setLatLngDetails()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java120 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
122 if (D) Log.d(TAG, "BluetoothMapObexServer(): emailBaseUri=" + mBaseEmailUriString); in BluetoothMapObexServer()
125 if (D) Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
164 if (D) Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
229 if (D) Log.d(TAG, "onConnect():"); in onConnect()
240 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
261 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
292 if (D) Log.d(TAG, "onDisconnect(): enter"); in onDisconnect()
306 if (D) Log.d(TAG, "onAbort(): enter."); in onAbort()
314 if (D) Log.d(TAG, "onPut(): enter"); in onPut()
[all …]
DBluetoothMapEmailAppObserver.java70 if(V) Log.d(TAG, "getApp(): Looking for " + packageName); in getApp()
72 if(V) Log.d(TAG, " Comparing: " + app.getPackageName()); in getApp()
74 if(V) Log.d(TAG, " found " + app.mBase_uri_no_account); in getApp()
78 if(V) Log.d(TAG, " NOT FOUND!"); in getApp()
84 … if(D)Log.d(TAG,"handleAccountChanges (packageNameWithProvider: "+packageNameWithProvider+"\n"); in handleAccountChanges()
104 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED"); in handleAccountChanges()
111 … if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_ADDED isChecked changed"); in handleAccountChanges()
115 … if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED isChecked changed"); in handleAccountChanges()
125 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED " + removedAcc); in handleAccountChanges()
130 if(V)Log.d(TAG, " UPDATE_MAS_INSTANCES_ACCOUNT_ADDED " + addedAcc); in handleAccountChanges()
[all …]
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceDialerActivity.java245 if (false) Log.d(TAG, "bluetooth unavailable"); in onCreate()
290 Log.d(TAG, "onTtsCompletionRunnable"); in run()
326 if (false) Log.d(TAG, "onInit for tts"); in onInit()
371 if (false) Log.d(TAG, "onUtteranceCompleted " + utteranceId); in onUtteranceCompleted()
381 if (false) Log.d(TAG, "using bluetooth"); in updateBluetoothParameters()
404 if (false) Log.d(TAG, "not using bluetooth"); in updateBluetoothParameters()
418 if (false) Log.d(TAG, "onServiceConnected");
426 if (false) Log.d(TAG, "headset status " + state);
451 if (false) Log.d(TAG, "HEADSET STATE -> " + state); in onReceive()
480 if (false) Log.d(TAG, "lost sco connection"); in onReceive()
[all …]
/packages/apps/Calendar/tests/src/com/android/calendar/
DAsyncQueryServiceTest.java129 Log.d(TAG, "testQuery Waiting >>>>>>>>>>>"); in testQuery()
132 Log.d(TAG, "testQuery Done <<<<<<<<<<<<<<"); in testQuery()
155 Log.d(TAG, "testInsert Waiting >>>>>>>>>>>"); in testInsert()
158 Log.d(TAG, "testInsert Done <<<<<<<<<<<<<<"); in testInsert()
183 Log.d(TAG, "testUpdate Waiting >>>>>>>>>>>"); in testUpdate()
186 Log.d(TAG, "testUpdate Done <<<<<<<<<<<<<<"); in testUpdate()
213 Log.d(TAG, "testDelete Waiting >>>>>>>>>>>"); in testDelete()
216 Log.d(TAG, "testDelete Done <<<<<<<<<<<<<<"); in testDelete()
245 Log.d(TAG, "testBatch Waiting >>>>>>>>>>>"); in testBatch()
248 Log.d(TAG, "testBatch Done <<<<<<<<<<<<<<"); in testBatch()
[all …]
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkApp.java55 Log.d(TAG, "onCreate(): registering for telephony state change broadcasts"); in onCreate()
71 Log.d(TAG, "mReceiver received action " + action); in onReceive()
73 Log.d(TAG, "mReceiver: ACTION_AIRPLANE_MODE_CHANGED"); in onReceive()
74 Log.d(TAG, "- state: " + intent.getBooleanExtra(Phone.STATE_KEY, false)); in onReceive()
76 Log.d(TAG, "mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED"); in onReceive()
77 Log.d(TAG, "- apnName: " + intent.getStringExtra(Phone.DATA_APN_KEY)); in onReceive()
78 Log.d(TAG, "- apnType: " + intent.getStringExtra(Phone.DATA_APN_TYPE_KEY)); in onReceive()
79 Log.d(TAG, "- state: " + intent.getStringExtra(Phone.STATE_KEY)); in onReceive()
80 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY)); in onReceive()
81 Log.d(TAG, "- network unavailable: " + in onReceive()
[all …]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredAidCache.java135 if (DBG) Log.d(TAG, "Controller supports AID prefix routing"); in RegisteredAidCache()
141 if (DBG) Log.d(TAG, "resolveAid: resolving AID " + aid); in resolveAid()
154 if (DBG) Log.d(TAG, "Finding AID registrations in range [" + shortestAidMatch + in resolveAid()
165 if (DBG) Log.d(TAG, "resolveAid: AID " + entryAid + " matches."); in resolveAid()
186 if (DBG) Log.d(TAG, "Resolved to: " + resolveInfo); in resolveAid()
254 if (DBG) Log.d(TAG, "resolveAidLocked: (Ignoring handling service " + in resolveAidConflictLocked()
265 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to foreground preferred " + in resolveAidConflictLocked()
271 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to payment default " + in resolveAidConflictLocked()
276 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: making single handling service " + in resolveAidConflictLocked()
281 if (DBG) Log.d(TAG, "resolveAidLocked: DECISION: routing to all matching services"); in resolveAidConflictLocked()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterState.java76 if (VDBG) Log.d(TAG,"isTurningOn()=" + isTurningOn); in isTurningOn()
82 if (VDBG) Log.d(TAG,"isTurningOff()=" + isTurningOff); in isTurningOff()
97 Log.d(TAG, "make"); in make()
130 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_ON"); in processMessage()
138 if (DBG) Log.d(TAG,"CURRENT_STATE=OFF, MESSAGE = USER_TURN_OFF"); in processMessage()
142 … if (DBG) Log.d(TAG,"ERROR: UNEXPECTED MESSAGE: CURRENT_STATE=OFF, MESSAGE = " + msg.what ); in processMessage()
172 if (DBG) Log.d(TAG,"CURRENT_STATE=ON, MESSAGE = USER_TURN_OFF"); in processMessage()
185 if (DBG) Log.d(TAG,"CURRENT_STATE=ON, MESSAGE = USER_TURN_ON"); in processMessage()
189 … if (DBG) Log.d(TAG,"ERROR: UNEXPECTED MESSAGE: CURRENT_STATE=ON, MESSAGE = " + msg.what ); in processMessage()
236 if (DBG) Log.d(TAG,"CURRENT_STATE=PENDING, MESSAGE = USER_TURN_ON" in processMessage()
[all …]
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java127 if (DEBUG) Log.d(TAG, "onCreate"); in onCreate()
152 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy()
184 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags); in onStartCommand()
188 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - intent is null."); in onStartCommand()
230 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - Bad intent."); in onStartCommand()
266 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = " in processMessage()
305 Log.d(TAG, "BT DISABLE"); in msgTypeDisableBluetooth()
316 Log.d(TAG, "disable failed. try again later " + startId); in msgTypeDisableBluetooth()
337 Log.d(TAG, "DISABLE_BT_WHEN_UNDOCKED = " in msgTypeUndockedPermanent()
348 Log.d(TAG, "QUEUED BT DISABLE"); in msgTypeUndockedPermanent()
[all …]

12345678910>>...46