Searched refs:mCurrentAppLabel (Results 1 – 1 of 1) sorted by relevance
55 private CharSequence mCurrentAppLabel = UNKNOWN_APP_LABEL; field in BluetoothBroadcastDialog65 mCurrentAppLabel = getActivity().getIntent().getCharSequenceExtra(KEY_APP_LABEL); in onCreate()86 if (TextUtils.isEmpty(mCurrentAppLabel)) { in onCreateDialog()91 String.valueOf(mCurrentAppLabel))); in onCreateDialog()178 btLeBroadcast.startBroadcast(String.valueOf(mCurrentAppLabel), null); in startBroadcast()