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/
DPhone.java319 private final String mActionAttached; field in Phone
480 return mActionAttached; in getActionAttached()
532 mActionAttached = this.getClass().getPackage().getName() + ".action_attached"; in Phone()