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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 115 Label directoryLabel = new Label(container, SWT.NONE);
116 directoryLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
117 directoryLabel.setText("Root Directory:");
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoAsyncQuery.java 330 String directoryLabel = context.getString(R.string.directory_search_label);
331 cachedContactInfo.setDirectorySource(directoryLabel, directoryId);

Completed in 822 milliseconds