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

  /external/chromium_org/ppapi/examples/video_effects/
video_effects.html 45 <button id="callButton" onclick="call()">Call</button>
59 var callButton = document.getElementById('callButton');
62 callButton.disabled = true;
85 callButton.disabled = false;
132 callButton.disabled = true;
176 callButton.disabled = false;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 92 IntentFilter callButton = new IntentFilter();
93 callButton.addAction(Intent.ACTION_CALL_BUTTON);
94 callButton.addCategory(Intent.CATEGORY_DEFAULT);
95 pm.addCrossProfileIntentFilter(callButton, managedProfileUserId, parentUserId, 0);
  /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"

Completed in 458 milliseconds