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

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 104 IntentFilter callButton = new IntentFilter();
105 callButton.addAction(Intent.ACTION_CALL_BUTTON);
106 callButton.addCategory(Intent.CATEGORY_DEFAULT);
107 pm.addCrossProfileIntentFilter(callButton, managedProfileUserId, parentUserId,
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 63 ((Button) findViewById(R.id.callButton)).setOnClickListener(this);
88 case R.id.callButton:
  /packages/services/Telephony/tests/res/layout/
call_dial_test.xml 55 <Button android:id="@+id/callButton"
  /frameworks/base/docs/html/reference/android/support/test/espresso/intent/
Intents.html 267 user.clickOnView(system.getView(R.id.callButton));

Completed in 791 milliseconds