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.java124 private int mProfileSwitchMessageId = -1; field in ResolverActivity
588 mProfileSwitchMessageId = -1;
749 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_owner;
751 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_work;
1295 if (mProfileSwitchMessageId != -1) {
1296 Toast.makeText(this, getString(mProfileSwitchMessageId), Toast.LENGTH_LONG).show();