Home
last modified time | relevance | path

Searched defs:phone (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java115 Phone phone = (Phone) ar.userObj; in handleMessage() local
179 public static void initializeConnectionHandler(Phone phone) { in initializeConnectionHandler()
211 static boolean answerCall(Phone phone) { in answerCall()
264 static boolean hangup(Phone phone) { in hangup()
286 static boolean hangupRingingCall(Phone phone) { in hangupRingingCall()
291 static boolean hangupActiveCall(Phone phone) { in hangupActiveCall()
296 static boolean hangupHoldingCall(Phone phone) { in hangupHoldingCall()
322 static boolean answerAndEndHolding(Phone phone) { in answerAndEndHolding()
334 static boolean answerAndEndActive(Phone phone) { in answerAndEndActive()
354 static int placeCall(Phone phone, String number, Uri contactRef) { in placeCall()
[all …]
DCallCard.java196 void updateState(Phone phone) { in updateState()
250 private void updateForegroundCall(Phone phone) { in updateForegroundCall()
293 private void updateGenericCall(Phone phone) { in updateGenericCall()
310 private void updateRingingCall(Phone phone) { in updateRingingCall()
330 private void updateNoCall(Phone phone) { in updateNoCall()
342 private void displayMainCallStatus(Phone phone, Call call) { in displayMainCallStatus()
582 private void displayMainCallGeneric(Phone phone, Call call) { in displayMainCallGeneric()
677 private void updateCardTitleWidgets(Phone phone, Call call) { in updateCardTitleWidgets()
836 private void displayOnHoldCallStatus(Phone phone, Call call) { in displayOnHoldCallStatus()
926 private void displayOngoingCallStatus(Phone phone, Call call) { in displayOngoingCallStatus()
DEmergencyCallHandler.java57 public Phone phone; field in EmergencyCallHandler.EmergencyCallInfo
102 Phone phone = PhoneFactory.getDefaultPhone(); in onCreate() local
DRinger.java66 Ringer(Phone phone) { in Ringer()
78 void updateRingerContextAfterRadioTechnologyChange(Phone phone) { in updateRingerContextAfterRadioTechnologyChange()
DInCallMenu.java259 /* package */ boolean updateItems(Phone phone) { in updateItems()
DPhoneApp.java135 Phone phone; field in PhoneApp
1020 Phone phone) { in shouldShowBluetoothIndication()
DPhoneInterfaceManager.java182 public PhoneInterfaceManager(PhoneApp app, Phone phone) { in PhoneInterfaceManager()
DCallNotifier.java121 public CallNotifier(PhoneApp app, Phone phone, Ringer ringer, in CallNotifier()
DBluetoothHandsfree.java148 public BluetoothHandsfree(Context context, Phone phone) { in BluetoothHandsfree()
DInCallScreen.java516 /* package */ void setPhone(Phone phone) { in setPhone()
/packages/apps/Mms/src/com/android/mms/ui/
DRecipientsAdapter.java133 String phone = ""; in runQueryOnBackgroundThread() local
/packages/apps/Contacts/src/com/android/contacts/
DDialtactsActivity.java170 … ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in isSendKeyWhileInCall() local
DTwelveKeyDialer.java913 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in returnToInCallScreen() local
937 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in phoneIsInUse() local
DViewContactActivity.java483 ITelephony phone = ITelephony.Stub.asInterface( in onKeyDown() local
DRecentCallsListActivity.java836 ITelephony phone = ITelephony.Stub.asInterface( in onKeyUp() local
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java133 private Phone phone = null; field in RadioInfo