Searched refs:getActionDetached (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java47 if (action.equals(mPhone.getActionDetached())) {
65 filter.addAction(mPhone.getActionDetached());
66 log("register for intent action=" + mPhone.getActionDetached());
H A DPhoneBase.java161 public String getActionDetached() { method in class:PhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java53 || action.equals(mPhone.getActionDetached())) {
78 filter.addAction(mPhone.getActionDetached());
79 log("register for intent action=" + mPhone.getActionDetached());
H A DDcTesterFailBringUpAll.java60 } else if (action.equals(mPhone.getActionDetached())) {
85 filter.addAction(mPhone.getActionDetached());
86 log("register for intent action=" + mPhone.getActionDetached());

Completed in 167 milliseconds