Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DPostCallActivity.java31 public static final int DEFAULT_DISCONNECT_CAUSE = -1; field in PostCallActivity
45 intent.getIntExtra(EXTRA_DISCONNECT_CAUSE, DEFAULT_DISCONNECT_CAUSE)); in onCreate()