Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:mAppLabel

60     private CharSequence mAppLabel;
93 p.mMessage = mAppLabel != null
94 ? getString(R.string.bluetooth_ask_enablement, mAppLabel)
97 p.mMessage = mAppLabel != null
100 mAppLabel)
104 p.mMessage = mAppLabel != null
106 mAppLabel, mTimeout)
113 p.mMessage = mAppLabel != null
114 ? getString(R.string.bluetooth_ask_disablement, mAppLabel)
182 mAppLabel = getIntent().getCharSequenceExtra(EXTRA_APP_LABEL);