Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java102 private int mProfileSwitchMessageId = -1; field in ResolverActivity
319 mProfileSwitchMessageId = -1; in onCreate()
422 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_owner; in setProfileSwitchMessageId()
424 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_work; in setProfileSwitchMessageId()
833 if (mProfileSwitchMessageId != -1) { in safelyStartActivityInternal()
834 Toast.makeText(this, getString(mProfileSwitchMessageId), Toast.LENGTH_LONG).show(); in safelyStartActivityInternal()