Home
last modified time | relevance | path

Searched defs:call (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DCallCard.java335 private void displayMainCallStatus(Phone phone, Call call) { in displayMainCallStatus()
547 Call call = (Call) cookie; in onQueryComplete() local
588 private void updateCardTitleWidgets(Phone phone, Call call) { in updateCardTitleWidgets()
710 private String getTitleForCallCard(Call call) { in getTitleForCallCard()
775 private void displayOnHoldCallStatus(Phone phone, Call call) { in displayOnHoldCallStatus()
915 private String getCallFailedString(Call call) { in getCallFailedString()
980 Call call) { in updateDisplayForPerson()
1180 private void updatePhotoForCallState(Call call) { in updatePhotoForCallState()
DCallTime.java69 /* package */ void setActiveCallMode(Call call) { in setActiveCallMode()
119 private void updateElapsedTime(Call call) { in updateElapsedTime()
130 /* package */ static long getCallDuration(Call call) { in getCallDuration()
DPhoneUtils.java232 Call call = phone.getRingingCall(); in answerCall() local
413 static boolean hangup(Call call) { in hangup()
1228 static CallerInfoToken startGetCallerInfo(Context context, Call call, in startGetCallerInfo()
1522 static boolean isConferenceCall(Call call) { in isConferenceCall()
1971 private static final boolean hasDisconnectedConnections(Call call) { in hasDisconnectedConnections()
2283 Call call = phone.getForegroundCall(); in dumpCallState() local
DPhoneInterfaceManager.java239 public void call(String number) { in call() method in PhoneInterfaceManager
DBluetoothHandsfree.java633 int call = 0; in handlePreciseCallStateChange() local
1295 Call call = c.getCall(); in connectionToClccEntry() local
DInCallScreen.java1823 Call call = c.getCall(); in onDisconnect() local