HomeSort by relevance Sort by last modified time
    Searched defs:mAppLabel (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
CustomizeTileView.java 28 private TextView mAppLabel;
38 mAppLabel = findViewById(R.id.app_label);
39 mAppLabel.setAlpha(.6f);
43 mAppLabel.setVisibility(showAppLabel ? View.VISIBLE : View.GONE);
48 if (!Objects.equal(label, mAppLabel.getText())) {
49 mAppLabel.setText(label);
54 return mAppLabel;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
AppPermissions.java 38 private final CharSequence mAppLabel;
51 mAppLabel = BidiFormatter.getInstance().unicodeWrap(
69 return mAppLabel;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionHelperActivity.java 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)
    [all...]
RequestPermissionActivity.java 69 private @NonNull CharSequence mAppLabel;
95 intent.putExtra(RequestPermissionHelperActivity.EXTRA_APP_LABEL, mAppLabel);
127 intent.putExtra(RequestPermissionHelperActivity.EXTRA_APP_LABEL, mAppLabel);
177 CharSequence message = mAppLabel != null
178 ? getString(R.string.bluetooth_ask_lasting_discovery, mAppLabel)
182 CharSequence message = mAppLabel != null
183 ? getString(R.string.bluetooth_ask_discovery, mAppLabel, mTimeout)
330 mAppLabel = applicationInfo.loadSafeLabel(getPackageManager());
  /packages/apps/Settings/src/com/android/settings/wifi/
RequestToggleWiFiActivity.java 61 private @NonNull CharSequence mAppLabel;
83 mAppLabel = applicationInfo.loadSafeLabel(getPackageManager());
232 mAlertParams.mMessage = getString(R.string.wifi_ask_enable, mAppLabel);
252 mAlertParams.mMessage = getString(R.string.wifi_ask_disable, mAppLabel);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
OpenExternalDirectoryActivity.java 377 private String mAppLabel;
393 mAppLabel = args.getString(EXTRA_APP_LABEL);
462 R.string.open_external_dialog_root_request), mAppLabel, mVolumeLabel);
467 mAppLabel, directory, mVolumeLabel);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 69 private String mAppLabel;
101 mAppLabel = as.app_label;
136 mAppLabel = as.app_label;
604 return mAppLabel;
882 pw.println(" mAppLabel=" + mAppLabel);
    [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.3/
layoutlib-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.0/
layoutlib-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.1/
layoutlib-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.3/
layoutlib-api-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.8.0/
layoutlib-api-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.9.2/
layoutlib-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.1/
layoutlib-api-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.2/
layoutlib-api-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.0/
layoutlib-api-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.3/
layoutlib-api-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.4/
layoutlib-api-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.2.0/
layoutlib-api-23.2.0.jar 

Completed in 160 milliseconds

1 2 3 4 5