Searched refs:getActionAttached (Results 1 – 5 of 5) 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()
88 } else if (action.equals(mPhone.getActionAttached())) {112 filter.addAction(mPhone.getActionAttached()); in TelephonyTester()113 log("register for intent action=" + mPhone.getActionAttached()); in TelephonyTester()
366 public String getActionAttached() { in getActionAttached() method in Phone
278 doReturn("fake.action_attached").when(mPhone).getActionAttached(); in setUp()
96 public String getActionAttached() { in getActionAttached() method in PhoneMock