Searched refs:getActionAttached (Results 1 – 5 of 5) sorted by relevance
67 } else if (action.equals(mPhone.getActionAttached())) {89 filter.addAction(mPhone.getActionAttached()); in DcTesterFailBringUpAll()90 log("register for intent action=" + mPhone.getActionAttached()); in DcTesterFailBringUpAll()
169 } else if (action.equals(mPhone.getActionAttached())) {221 filter.addAction(mPhone.getActionAttached()); in TelephonyTester()222 log("register for intent action=" + mPhone.getActionAttached()); in TelephonyTester()
479 public String getActionAttached() { in getActionAttached() method in Phone
472 doReturn("fake.action_attached").when(mPhone).getActionAttached(); in setUp()
22393 HSPLcom/android/internal/telephony/Phone;->getActionAttached()Ljava/lang/String;