Searched refs:getActionAttached (Results 1 – 3 of 3) sorted by relevance
66 } else if (action.equals(mPhone.getActionAttached())) {88 filter.addAction(mPhone.getActionAttached()); in DcTesterFailBringUpAll()89 log("register for intent action=" + mPhone.getActionAttached()); in DcTesterFailBringUpAll()
67 } else if (action.equals(mPhone.getActionAttached())) {88 filter.addAction(mPhone.getActionAttached()); in TelephonyTester()89 log("register for intent action=" + mPhone.getActionAttached()); in TelephonyTester()
254 public String getActionAttached() { in getActionAttached() method in PhoneBase