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.java117 private int mProfileSwitchMessageId = -1; field in ResolverActivity
382 mProfileSwitchMessageId = -1;
525 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_owner;
527 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_work;
1147 if (mProfileSwitchMessageId != -1) {
1148 Toast.makeText(this, getString(mProfileSwitchMessageId), Toast.LENGTH_LONG).show();