HomeSort by relevance Sort by last modified time
    Searched refs:getActionAttached (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 50 } else if (action.equals(mPhone.getActionAttached())) {
68 filter.addAction(mPhone.getActionAttached());
69 log("register for intent action=" + mPhone.getActionAttached());
PhoneBase.java 227 public String getActionAttached() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterFailBringUpAll.java 66 } else if (action.equals(mPhone.getActionAttached())) {
88 filter.addAction(mPhone.getActionAttached());
89 log("register for intent action=" + mPhone.getActionAttached());

Completed in 188 milliseconds