Home
last modified time | relevance | path

Searched defs:ar (Results 1 – 15 of 15) 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
DCdmaCallWaitingPreference.java130 AsyncResult ar = (AsyncResult) msg.obj; in handleGetCallWaitingResponse() local
187 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCallWaitingResponse() local
DCLIRListPreference.java177 AsyncResult ar = (AsyncResult) msg.obj; in handleGetCLIRResponse() local
205 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCLIRResponse() local
DCallBarringEditPreference.java284 AsyncResult ar = (AsyncResult) msg.obj; in handleGetCallBarringResponse() local
329 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCallBarringResponse() local
DEnableIccPinScreen.java109 private void handleResult(AsyncResult ar) { in handleResult()
DCallForwardEditPreference.java364 AsyncResult ar = (AsyncResult) msg.obj; in handleGetCFResponse() local
471 AsyncResult ar = (AsyncResult) msg.obj; in handleSetCFResponse() local
DChangeIccPinScreen.java234 private void handleResult(AsyncResult ar) { in handleResult()
DPhoneUtils.java554 int[] ar = r.getIntArray(resid); in getLongArray() local
DPhoneInterfaceManager.java501 AsyncResult ar; in handleMessage() local
1988 AsyncResult ar = (AsyncResult) msg.obj; in handleNullReturnEvent() local
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DUtils.java47 private static void appendByteArray(@NonNull final StringBuilder sb, @NonNull final byte[] ar, in appendByteArray()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnPhoneCapabilitiesNotifier.java87 private void handleVideoCapabilitesChanged(AsyncResult ar) { in handleVideoCapabilitesChanged()
/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.java754 private void handleForwardingSettingsReadResult(AsyncResult ar, int idx) { in handleForwardingSettingsReadResult()