Home
last modified time | relevance | path

Searched refs:mActionAttached (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java232 private final String mActionAttached; field in PhoneBase
275 return mActionAttached; in getActionAttached()
406 mActionAttached = this.getClass().getPackage().getName() + ".action_attached"; in PhoneBase()