Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DCallCard.java75 public final Call call; field in CallCard.AsyncLoadCookie
76 public AsyncLoadCookie(ImageView imageView, CallerInfo callerInfo, Call call) { in AsyncLoadCookie()
446 private void displayMainCallStatus(CallManager cm, Call call) { in displayMainCallStatus()
660 Call call = (Call) cookie; in onQueryComplete() local
718 Call call = asyncLoadCookie.call; in onImageLoadComplete() local
743 private void updateCallStateWidgets(Call call) { in updateCallStateWidgets()
918 /* package */ void updateElapsedTimeWidget(Call call) { in updateElapsedTimeWidget()
940 private void displaySecondaryCallStatus(CallManager cm, Call call) { in displaySecondaryCallStatus()
1086 private String getCallFailedString(Call call) { in getCallFailedString()
1180 Call call, in updateDisplayForPerson()
[all …]
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.java464 static boolean hangup(Call call) { in hangup()
1422 static CallerInfoToken startGetCallerInfo(Context context, Call call, in startGetCallerInfo()
1785 static boolean isConferenceCall(Call call) { in isConferenceCall()
2191 private static final boolean hasDisconnectedConnections(Call call) { in hasDisconnectedConnections()
2670 Call call = phone.getForegroundCall(); in dumpCallState() local
2734 Call call; in dumpCallManager() local
DBluetoothHandsfree.java1009 int call = 0; in handlePreciseCallStateChange() local
1308 int call, call_setup; in toCindResult() local
1784 Call call = c.getCall(); in connectionToClccEntry() local
DPhoneInterfaceManager.java265 public void call(String number) { in call() method in PhoneInterfaceManager
DInCallScreen.java1806 final Call call = c.getCall(); in onDisconnect() local
/packages/apps/Camera/tests/src/com/android/camera/activity/
DCameraTestCase.java72 public Object call() throws Exception { in call() method in CameraTestCase.TakePictureCallable
92 public Object call() throws Exception { in call() method in CameraTestCase.AutoFocusCallable
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumDataLoader.java234 public UpdateInfo call() throws Exception { in call() method in AlbumDataLoader.GetUpdateInfo
261 public Void call() throws Exception { in call() method in AlbumDataLoader.UpdateContent
DAlbumSetDataLoader.java250 public UpdateInfo call() throws Exception { in call() method in AlbumSetDataLoader.GetUpdateInfo
268 public Void call() { in call() method in AlbumSetDataLoader.UpdateContent
DPhotoDataAdapter.java892 public UpdateInfo call() throws Exception { in call() method in PhotoDataAdapter.GetUpdateInfo
914 public Void call() throws Exception { in call() method in PhotoDataAdapter.UpdateContent
/packages/apps/Calendar/tests/src/com/android/calendar/
DDbTestUtils.java137 public Bundle call(String method, String request, Bundle args) { in call() method in DbTestUtils.FakeContentProvider
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java249 public void call(IEmailServiceCallback cb) throws RemoteException; in call() method
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3896 public Bundle call(String method, String arg, Bundle extras) { in call() method in MediaProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2012 public Bundle call(String method, String arg, Bundle extras) { in call() method in ContactsProvider2