Searched refs:getName (Results 51 - 75 of 267) sorted by relevance

1234567891011

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaSet.java135 public abstract String getName(); method in class:MediaSet
171 details.addDetail(MediaDetails.INDEX_TITLE, getName());
283 Log.d(TAG, " request sync: " + Utils.maskDebugInfo(sets[i].getName()));
332 Log.d(TAG, "onSyncDone: " + Utils.maskDebugInfo(mediaSet.getName())
H A DClusterAlbumSet.java55 public String getName() { method in class:ClusterAlbumSet
56 return mBaseSet.getName();
H A DMtpDevice.java107 Log.w(TAG, "other type: name = " + obj.getName()
147 public String getName() { method in class:MtpDevice
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
H A DMockSet.java80 public String getName() { method in class:MockSet
/packages/apps/Mms/src/com/android/mms/dom/
H A DAttrImpl.java43 public String getName() { method in class:AttrImpl
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java79 mCorpusPositions.put(mExpectedCorpora.get(i).getName(), i);
202 corpusResult.getCorpus().getName() + " results:" + corpusResult.getCount());
208 Integer pos = mCorpusPositions.get(corpusResult.getCorpus().getName());
211 corpusResult.getCorpus().getName());
H A DEventLogLogger.java109 return corpus.getName();
118 String source = cursor.getSuggestionSource().getName();
H A DSearchableCorpusFactory.java111 Log.w(TAG, "Can't read web source " + webSource.getName());
116 Log.w(TAG, "Can't read browser source " + browserSource.getName());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
H A DSearchSettingsActivity.java34 private static final String CLEAR_SHORTCUTS_FRAGMENT = DeviceSearchFragment.class.getName();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiPickerActivity.java37 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, WifiSettings.class.getName());
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DEffectType.java89 public String getName() { method in class:EffectType
H A DTransitionType.java99 public String getName() { method in class:TransitionType
H A DTransitionsAdapter.java91 viewHolder.mNameView.setText(transitionType.getName());
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerTester.java69 if (f.isFile() && f.getName().endsWith(".wav")) {
123 String utter = wf.mFile.getName().toLowerCase().replace('_', ' ');
182 set.add(wf.mFile.getName());
193 return fn.equals(file.getName());
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportListActivity.java111 intent.putExtra("subject", file.getName());
114 if (file.getName().endsWith(".gz")) {
116 } else if (file.getName().endsWith(".txt")) {
160 String name = files[i].getName();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DFrameLayoutCompatUtils.java50 + placer.getClass().getName());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java294 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
367 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
371 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
414 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
418 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
455 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
463 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
H A DBluetoothOppPreference.java102 public String getName(BluetoothDevice remoteDevice) { method in class:BluetoothOppPreference
129 if (name != null && !name.equals(getName(remoteDevice))) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java301 final String tag = parser.getName();
322 final String tag = parser.getName();
406 final String tag = parser.getName();
423 final String tag = parser.getName();
459 final String tag = parser.getName();
474 final String tag = parser.getName();
559 final String tag = parser.getName();
592 final String tag = parser.getName();
601 final String tag = parser.getName();
762 if (parser.next() == XmlPullParser.END_TAG && tag.equals(parser.getName()))
[all...]
/packages/apps/Browser/src/com/android/browser/search/
H A DDefaultSearchEngine.java67 public String getName() { method in class:DefaultSearchEngine
122 return getName().equals(SearchEngine.GOOGLE);
H A DSearchEngineInfo.java66 String packageName = R.class.getPackage().getName();
112 public String getName() { method in class:SearchEngineInfo
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/
H A DMessage.java108 + "Expected '" + c.getName() + "' found '"
109 + stack.peek().getClass().getName() + "'");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorporaAdapter.java66 mCurrentCorpusName = corpus == null ? null : corpus.getName();
173 return corpus.getName().equals(mCurrentCorpusName);
/packages/apps/Settings/src/com/android/settings/
H A DSettingsPreferenceFragment.java152 + Fragment.class.getName());
176 + DialogCreatable.class.getName());
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothNameDialogFragment.java85 String deviceName = mLocalAdapter.getName();
160 mDeviceNameView.setText(mLocalAdapter.getName());

Completed in 361 milliseconds

1234567891011