Home
last modified time | relevance | path

Searched refs:getName (Results 1 – 23 of 23) sorted by relevance

/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java255 PackageInfo pubPkgInfo = pubList.getPackage(apkPkgInfo.getName()); in check()
276 apkPkgInfo.getName() + "." + apkClassInfo.getName()); in check()
279 apkPkgInfo.getName() + "." + apkClassInfo.getName()); in check()
296 ClassInfo pubClassInfo = pubPkgInfo.getClass(classInfo.getName()); in checkClass()
301 pubPkgInfo.getName() + "." + classInfo.getName()); in checkClass()
304 pubPkgInfo.getName() + "." + classInfo.getName()); in checkClass()
307 pubPkgInfo.getName() + "." + classInfo.getName()); in checkClass()
323 apkWarning("Enum field ref: " + pubPkgInfo.getName() + in checkClass()
324 "." + classInfo.getName() + "." + nameAndType); in checkClass()
326 apkError("Illegal field ref: " + pubPkgInfo.getName() + in checkClass()
[all …]
DApiDescrHandler.java108 String className = mCurrentClass.getName(); in startElement()
115 mCurrentMethod.addParameter(mCurrentPackage.getName() + in startElement()
DPackageInfo.java34 public String getName() { in getName() method in PackageInfo
DClassInfo.java82 public String getName() { in getName() method in ClassInfo
/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarLander.java140 Log.w(this.getClass().getName(), "SIS is null"); in onCreate()
144 Log.w(this.getClass().getName(), "SIS is nonnull"); in onCreate()
168 Log.w(this.getClass().getName(), "SIS called"); in onSaveInstanceState()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DRemoteService.java104 if (IRemoteService.class.getName().equals(intent.getAction())) { in onBind()
107 if (ISecondary.class.getName().equals(intent.getAction())) { in onBind()
359 bindService(new Intent(IRemoteService.class.getName()),
361 bindService(new Intent(ISecondary.class.getName()),
DLauncherShortcuts.java125 shortcutIntent.setClassName(this, this.getClass().getName()); in setupShortcut()
DDeviceAdminSample.java52 return context.getSharedPreferences(DeviceAdminReceiver.class.getName(), 0); in getSamplePreferences()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DDeviceListActivity.java112 mPairedDevicesArrayAdapter.add(device.getName() + "\n" + device.getAddress()); in onCreate()
188 mNewDevicesArrayAdapter.add(device.getName() + "\n" + device.getAddress());
DBluetoothChatService.java178 bundle.putString(BluetoothChat.DEVICE_NAME, device.getName()); in connected()
/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactAdder.java188 .withValue(ContactsContract.RawContacts.ACCOUNT_NAME, mSelectedAccount.getName()) in createContactEntry()
212 Log.i(TAG,"Selected account: " + mSelectedAccount.getName() + " (" + in createContactEntry()
338 public String getName() { in getName() method in ContactAdder.AccountData
380 firstAccountLine.setText(data.getName()); in getDropDownView()
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
DForegroundDispatch.java72 mTechLists = new String[][] { new String[] { NfcF.class.getName() } }; in onCreate()
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java52 if (entry.getName().endsWith(".class")) { in parseInputJar()
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java127 test.getClass().getName())); in doRun()
/development/samples/RSSReader/src/com/example/android/rssreader/
DRssReader.java495 String tag = xpp.getName(); in parseRSS()
512 String tag = xpp.getName(); in parseRSS()
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRecorder.java108 scriptName = scriptFile.getName(); // Get rid of path in MonkeyRecorder()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DSensorTest.java99 android.util.Log.e(TAG, "sensorChanged " + event.sensor.getName() +
/development/samples/GlobalTime/src/com/android/globaltime/
DCity.java184 public String getName() { in getName() method in City
DClock.java233 String cityName = mCity.getName(); in drawClock()
DGlobalTime.java596 String cityName = city.getName().replaceAll("[ ]", ""); in nameMatches()
/development/samples/Home/src/com/example/android/home/
DHome.java295 String name = parser.getName(); in bindFavorites()
336 if (!parser.getName().equals(firstElementName)) { in beginDocument()
337 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName() + in beginDocument()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java62 clickIntent.setClassName(MyRssReader5.class.getName()); in onCreate()
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java76 .getName()); in onCreate()