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.java280 private final String mActionAttached; field in Phone
410 return mActionAttached; in getActionAttached()
482 mActionAttached = this.getClass().getPackage().getName() + ".action_attached"; in Phone()