Home
last modified time | relevance | path

Searched defs:isRecreating (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java155 private boolean isRecreating; // whether the activity is going to be recreated field in InCallActivity
633 void onNewIntent(Intent intent, boolean isRecreating) { in onNewIntent()