Home
last modified time | relevance | path

Searched refs:shortName (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DTexture2D.java78 String shortName = mFileName.substring(mFileName.lastIndexOf('/') + 1); in load() local
79 setTexture(SceneManager.loadTexture2D(mFileDir + shortName, rs, res)); in load()
DTextureCube.java79 String shortName = mFileName.substring(mFileName.lastIndexOf('/') + 1); in load() local
80 setTexture(SceneManager.loadCubemap(mFileDir + shortName, rs, res)); in load()
DColladaScene.java106 String shortName = modelName.substring(0, modelName.lastIndexOf('.')); in onPostExecute() local
107 new A3DLoaderTask().execute(shortName + ".a3d"); in onPostExecute()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java845 public void setOperatorName(String longName, String shortName, String numeric) { in setOperatorName() argument
847 mVoiceOperatorAlphaShort = shortName; in setOperatorName()
850 mDataOperatorAlphaShort = shortName; in setOperatorName()
855 public void setVoiceOperatorName(String longName, String shortName, String numeric) { in setVoiceOperatorName() argument
857 mVoiceOperatorAlphaShort = shortName; in setVoiceOperatorName()
862 public void setDataOperatorName(String longName, String shortName, String numeric) { in setDataOperatorName() argument
864 mDataOperatorAlphaShort = shortName; in setDataOperatorName()
/frameworks/base/services/core/java/com/android/server/am/
DAppBindRecord.java62 + " " + service.shortName + ":" + client.processName + "}"; in toString()
DActiveServices.java833 Slog.w(TAG, "Failure sending service " + s.shortName in bindServiceLocked()
1116 + why + " of " + r.shortName); in bumpServiceExecutingLocked()
1272 + r.shortName + " in " + r.restartDelay + "ms"); in scheduleServiceRestartLocked()
1274 r.userId, r.shortName, r.restartDelay); in scheduleServiceRestartLocked()
1390 Slog.w(TAG, "Exception when starting service " + r.shortName, e); in bringUpServiceLocked()
1469 int lastPeriod = r.shortName.lastIndexOf('.'); in realStartServiceLocked()
1470 nameTerm = lastPeriod >= 0 ? r.shortName.substring(lastPeriod) : r.shortName; in realStartServiceLocked()
1649 + r.shortName, e); in bringDownServiceLocked()
1701 + r.shortName, e); in bringDownServiceLocked()
1797 Slog.w(TAG, "Exception when unbinding service " + s.shortName, e); in removeConnectionLocked()
[all …]
DServiceRecord.java63 final String shortName; // name.flattenToShortString(). field in ServiceRecord
158 .append(' ').append(sr.shortName) in toString()
309 shortName = name.flattenToShortString(); in ServiceRecord()
569 .append(' ').append(shortName).append('}'); in toString()
DConnectionRecord.java104 sb.append(binding.service.shortName); in toString()
DIntentBindRecord.java101 sb.append(service.shortName); in toString()
/frameworks/base/core/java/android/os/
DBatteryStats.java1003 public final String shortName; field in BatteryStats.BitDescription
1007 public BitDescription(int mask, String name, String shortName) { in BitDescription() argument
1011 this.shortName = shortName; in BitDescription()
1016 public BitDescription(int mask, int shift, String name, String shortName, in BitDescription() argument
1021 this.shortName = shortName; in BitDescription()
3430 pw.print(longNames ? bd.name : bd.shortName); in printBitDescriptions()
3444 pw.print(longNames ? bd.name : bd.shortName); in printBitDescriptions()