HomeSort by relevance Sort by last modified time
    Searched full:applicationlabel (Results 1 - 3 of 3) sorted by null

  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 224 CharSequence applicationLabel;
226 applicationLabel = pm.getApplicationLabel(pm.getApplicationInfo(pkg, 0)).toString();
228 applicationLabel = pkg;
231 applicationLabel);
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 359 CharSequence applicationLabel = info.getResolveInfo().loadLabel(getPackageManager());
362 R.string.accessibility_service_security_warning_title, applicationLabel));
364 R.string.accessibility_service_security_warning_summary, applicationLabel));
368 applicationLabel));
371 applicationLabel));
    [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 1084 milliseconds