Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java268 final String forever = mContext.getString(com.android.internal.R.string.zen_mode_forever); in refreshExitConditionText() local
270 mExitConditionText = forever; in refreshExitConditionText()
273 mExitConditionText = condition != null ? condition.summary : forever; in refreshExitConditionText()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd40 itself, the system's concept of that {@link android.app.Activity} instance is gone forever because
/frameworks/base/docs/html/tools/help/
DMonkeyRunner.jd421 The number of seconds to wait for a connection. The default is to wait forever.