Searched refs:firstLaunch (Results 1 – 2 of 2) sorted by relevance
229 private boolean firstLaunch; field in DialtactsActivity369 firstLaunch = true; in onCreate()429 firstLaunch = savedInstanceState.getBoolean(KEY_FIRST_LAUNCH); in onCreate()497 if (firstLaunch) { in onResume()554 if (firstLaunch) { in onResume()591 firstLaunch = false; in onResume()647 outState.putBoolean(KEY_FIRST_LAUNCH, firstLaunch); in onSaveInstanceState()1083 firstLaunch = true; in onNewIntent()
201 private boolean firstLaunch = false; field in DialpadFragment360 firstLaunch = state == null; in onCreate()565 if (!firstLaunch && !startedFromNewIntent) { in fillDigitsIfNecessary()737 LogUtil.i("DialpadFragment.onStart", "first launch: %b", firstLaunch); in onStart()827 if (firstLaunch) { in onResume()833 firstLaunch = false; in onResume()