Searched refs:getActionAttached (Results 1 – 6 of 6) 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()
138 } else if (action.equals(mPhone.getActionAttached())) {182 filter.addAction(mPhone.getActionAttached()); in TelephonyTester()183 log("register for intent action=" + mPhone.getActionAttached()); in TelephonyTester()
409 public String getActionAttached() { in getActionAttached() method in Phone
99 public String getActionAttached() { in getActionAttached() method in PhoneMock
420 doReturn("fake.action_attached").when(mPhone).getActionAttached(); in setUp()
40431 HSPLcom/android/internal/telephony/Phone;->getActionAttached()Ljava/lang/String;