HomeSort by relevance Sort by last modified time
    Searched full:placecall (Results 1 - 6 of 6) sorted by null

  /packages/apps/Phone/res/layout/
fake_phone_activity.xml 39 <Button android:id="@+id/placeCall"
  /packages/apps/Phone/src/com/android/phone/
FakePhoneActivity.java 46 mPlaceCall = (Button) findViewById(R.id.placeCall);
EmergencyDialer.java 310 placeCall();
328 placeCall();
404 placeCall();
495 void placeCall() {
InCallScreen.java     [all...]
PhoneUtils.java 81 // Return codes from placeCall()
534 static int placeCall(Phone phone, String number, Uri contactRef) {
537 if (DBG) log("placeCall: '" + number + "'...");
    [all...]
CallNotifier.java     [all...]

Completed in 118 milliseconds