Searched defs:phone (Results 1 – 16 of 16) sorted by relevance
/packages/apps/Phone/src/com/android/phone/ |
D | PhoneUtils.java | 115 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 …]
|
D | CallCard.java | 196 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()
|
D | EmergencyCallHandler.java | 57 public Phone phone; field in EmergencyCallHandler.EmergencyCallInfo 102 Phone phone = PhoneFactory.getDefaultPhone(); in onCreate() local
|
D | Ringer.java | 66 Ringer(Phone phone) { in Ringer() 78 void updateRingerContextAfterRadioTechnologyChange(Phone phone) { in updateRingerContextAfterRadioTechnologyChange()
|
D | InCallMenu.java | 259 /* package */ boolean updateItems(Phone phone) { in updateItems()
|
D | PhoneApp.java | 135 Phone phone; field in PhoneApp 1020 Phone phone) { in shouldShowBluetoothIndication()
|
D | PhoneInterfaceManager.java | 182 public PhoneInterfaceManager(PhoneApp app, Phone phone) { in PhoneInterfaceManager()
|
D | CallNotifier.java | 121 public CallNotifier(PhoneApp app, Phone phone, Ringer ringer, in CallNotifier()
|
D | BluetoothHandsfree.java | 148 public BluetoothHandsfree(Context context, Phone phone) { in BluetoothHandsfree()
|
D | InCallScreen.java | 516 /* package */ void setPhone(Phone phone) { in setPhone()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | RecipientsAdapter.java | 133 String phone = ""; in runQueryOnBackgroundThread() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | DialtactsActivity.java | 170 … ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in isSendKeyWhileInCall() local
|
D | TwelveKeyDialer.java | 913 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in returnToInCallScreen() local 937 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in phoneIsInUse() local
|
D | ViewContactActivity.java | 483 ITelephony phone = ITelephony.Stub.asInterface( in onKeyDown() local
|
D | RecentCallsListActivity.java | 836 ITelephony phone = ITelephony.Stub.asInterface( in onKeyUp() local
|
/packages/apps/Settings/src/com/android/settings/ |
D | RadioInfo.java | 133 private Phone phone = null; field in RadioInfo
|