Home
last modified time | relevance | path

Searched defs:ar (Results 1 – 20 of 20) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCdmaVoicePrivacySwitchPreference.java79 AsyncResult ar = (AsyncResult) msg.obj; in handleGetVPResponse() local
95 AsyncResult ar = (AsyncResult) msg.obj; in handleSetVPResponse() local
DCallWaitingSwitchPreference.java78 AsyncResult ar = (AsyncResult) msg.obj; in handleGetCallWaitingResponse() local
123 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCallWaitingResponse() local
DCLIRListPreference.java129 AsyncResult ar = (AsyncResult) msg.obj; in handleGetCLIRResponse() local
158 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCLIRResponse() local
DCdmaSystemSelectListPreference.java116 AsyncResult ar = (AsyncResult) msg.obj; in handleQueryCdmaRoamingPreference() local
146 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCdmaRoamingPreference() local
DCallForwardEditPreference.java202 AsyncResult ar = (AsyncResult) msg.obj; in handleGetCFResponse() local
272 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCFResponse() local
DEnableIccPinScreen.java109 private void handleResult(AsyncResult ar) { in handleResult()
DNetworkQueryService.java201 private void broadcastQueryResults (AsyncResult ar) { in broadcastQueryResults()
DCdmaSubscriptionListPreference.java119 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCdmaSubscriptionMode() local
DChangeIccPinScreen.java234 private void handleResult(AsyncResult ar) { in handleResult()
DMobileNetworkSettings.java1009 AsyncResult ar = (AsyncResult) msg.obj; in handleSetPreferredNetworkTypeResponse() local
DPhoneInterfaceManager.java277 AsyncResult ar; in handleMessage() local
952 AsyncResult ar = (AsyncResult) msg.obj; in handleNullReturnEvent() local
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
DMicrophoneInputStream.java50 AudioRecord ar = new AudioRecord(VOICE_RECOGNITION, in createAudioRecord() local
/packages/services/Telephony/src/com/android/services/telephony/
DPstnPhoneCapabilitiesNotifier.java90 private void handleVideoCapabilitesChanged(AsyncResult ar) { in handleVideoCapabilitesChanged()
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkApp.java118 AsyncResult ar = (AsyncResult) msg.obj; in handleMessage() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DRoundedLine.java58 final double ar = Math.asin(dr / l); in makePath() local
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_indexing.h35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) in db_SetupMatrixRefs()
/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java100 TypedArray ar = context.getResources() in BottomBar() local
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java724 private void handleForwardingSettingsReadResult(AsyncResult ar, int idx) { in handleForwardingSettingsReadResult()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java993 TypedArray ar = mContext.obtainStyledAttributes(attrs, in loadFavorites() local
1167 TypedArray ar = mContext.obtainStyledAttributes(attrs, R.styleable.Extra); in addAppWidget() local
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java337 Avrcp ar = new Avrcp(context); in make() local