Home
last modified time | relevance | path

Searched refs:mAppLabel (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionHelperActivity.java60 private CharSequence mAppLabel; field in RequestPermissionHelperActivity
93 p.mMessage = mAppLabel != null in createDialog()
94 ? getString(R.string.bluetooth_ask_enablement, mAppLabel) in createDialog()
97 p.mMessage = mAppLabel != null in createDialog()
100 mAppLabel) in createDialog()
104 p.mMessage = mAppLabel != null in createDialog()
106 mAppLabel, mTimeout) in createDialog()
113 p.mMessage = mAppLabel != null in createDialog()
114 ? getString(R.string.bluetooth_ask_disablement, mAppLabel) in createDialog()
182 mAppLabel = getIntent().getCharSequenceExtra(EXTRA_APP_LABEL); in parseIntent()
DRequestPermissionActivity.java71 private @NonNull CharSequence mAppLabel; field in RequestPermissionActivity
99 intent.putExtra(RequestPermissionHelperActivity.EXTRA_APP_LABEL, mAppLabel); in onCreate()
131 intent.putExtra(RequestPermissionHelperActivity.EXTRA_APP_LABEL, mAppLabel); in onCreate()
181 CharSequence message = mAppLabel != null in createDialog()
182 ? getString(R.string.bluetooth_ask_lasting_discovery, mAppLabel) in createDialog()
186 CharSequence message = mAppLabel != null in createDialog()
187 ? getString(R.string.bluetooth_ask_discovery, mAppLabel, mTimeout) in createDialog()
334 mAppLabel = applicationInfo.loadSafeLabel(getPackageManager()); in parseIntent()
/packages/apps/Settings/src/com/android/settings/wifi/
DRequestToggleWiFiActivity.java61 private @NonNull CharSequence mAppLabel; field in RequestToggleWiFiActivity
83 mAppLabel = applicationInfo.loadSafeLabel(getPackageManager()); in onCreate()
232 mAlertParams.mMessage = getString(R.string.wifi_ask_enable, mAppLabel); in updateUi()
252 mAlertParams.mMessage = getString(R.string.wifi_ask_disable, mAppLabel); in updateUi()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
DAppPermissions.java38 private final CharSequence mAppLabel; field in AppPermissions
51 mAppLabel = BidiFormatter.getInstance().unicodeWrap( in AppPermissions()
69 return mAppLabel; in getAppLabel()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DOpenExternalDirectoryActivity.java377 private String mAppLabel; field in OpenExternalDirectoryActivity.OpenExternalDirectoryDialogFragment
393 mAppLabel = args.getString(EXTRA_APP_LABEL); in onCreate()
462 R.string.open_external_dialog_root_request), mAppLabel, mVolumeLabel); in onCreateDialog()
467 mAppLabel, directory, mVolumeLabel); in onCreateDialog()