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.java100 private int mProfileSwitchMessageId = -1; field in ResolverActivity
315 mProfileSwitchMessageId = -1; in onCreate()
411 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_owner; in setProfileSwitchMessageId()
413 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_work; in setProfileSwitchMessageId()
822 if (mProfileSwitchMessageId != -1) { in safelyStartActivityInternal()
823 Toast.makeText(this, getString(mProfileSwitchMessageId), Toast.LENGTH_LONG).show(); in safelyStartActivityInternal()