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.java121 private int mProfileSwitchMessageId = -1; field in ResolverActivity
383 mProfileSwitchMessageId = -1;
540 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_owner;
542 mProfileSwitchMessageId = com.android.internal.R.string.forward_intent_to_work;
1162 if (mProfileSwitchMessageId != -1) {
1163 Toast.makeText(this, getString(mProfileSwitchMessageId), Toast.LENGTH_LONG).show();