HomeSort by relevance Sort by last modified time
    Searched refs:applicationLabel (Results 1 - 5 of 5) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 111 CharSequence applicationLabel = "unknown";
115 applicationLabel = info.loadLabel(pm);
123 ap.mMessage = String.format(formatString, applicationLabel);
130 ap.mTitle = String.format(formatString, applicationLabel);
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 218 CharSequence applicationLabel;
220 applicationLabel = pm.getApplicationLabel(pm.getApplicationInfo(pkg, 0)).toString();
222 applicationLabel = pkg;
225 applicationLabel);
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 223 CharSequence applicationLabel = installedService.loadLabel(getPackageManager());
226 R.string.print_service_security_warning_title, applicationLabel));
228 R.string.print_service_security_warning_summary, applicationLabel));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 120 Label applicationLabel = new Label(container, SWT.NONE);
121 applicationLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1));
122 applicationLabel.setText("Application Name:");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 101 Label applicationLabel = new Label(container, SWT.NONE);
102 applicationLabel.setText("Application Name:");

Completed in 330 milliseconds