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.java881 public void setOperatorName(String longName, String shortName, String numeric) { in setOperatorName() argument
883 mVoiceOperatorAlphaShort = shortName; in setOperatorName()
886 mDataOperatorAlphaShort = shortName; in setOperatorName()
891 public void setVoiceOperatorName(String longName, String shortName, String numeric) { in setVoiceOperatorName() argument
893 mVoiceOperatorAlphaShort = shortName; in setVoiceOperatorName()
898 public void setDataOperatorName(String longName, String shortName, String numeric) { in setDataOperatorName() argument
900 mDataOperatorAlphaShort = shortName; in setDataOperatorName()
/frameworks/base/services/core/java/com/android/server/am/
DAppBindRecord.java61 + " " + service.shortName + ":" + client.processName + "}"; in toString()
DActiveServices.java843 Slog.w(TAG, "Failure sending service " + s.shortName in bindServiceLocked()
1141 + why + " of " + r.shortName); in bumpServiceExecutingLocked()
1306 + r.shortName + " in " + r.restartDelay + "ms"); in scheduleServiceRestartLocked()
1308 r.userId, r.shortName, r.restartDelay); in scheduleServiceRestartLocked()
1431 Slog.w(TAG, "Exception when starting service " + r.shortName, e); in bringUpServiceLocked()
1512 int lastPeriod = r.shortName.lastIndexOf('.'); in realStartServiceLocked()
1513 nameTerm = lastPeriod >= 0 ? r.shortName.substring(lastPeriod) : r.shortName; in realStartServiceLocked()
1719 + r.shortName, e); in bringDownServiceLocked()
1771 + r.shortName, e); in bringDownServiceLocked()
1867 Slog.w(TAG, "Exception when unbinding service " + s.shortName, e); in removeConnectionLocked()
[all …]
DServiceRecord.java68 final String shortName; // name.flattenToShortString(). field in ServiceRecord
163 .append(' ').append(sr.shortName) in toString()
314 shortName = name.flattenToShortString(); in ServiceRecord()
592 .append(' ').append(shortName).append('}'); in toString()
DConnectionRecord.java113 sb.append(binding.service.shortName); in toString()
DIntentBindRecord.java101 sb.append(service.shortName); in toString()
/frameworks/base/core/java/android/os/
DBatteryStats.java1496 public final String shortName; field in BatteryStats.BitDescription
1500 public BitDescription(int mask, String name, String shortName) { in BitDescription() argument
1504 this.shortName = shortName; in BitDescription()
1509 public BitDescription(int mask, int shift, String name, String shortName, in BitDescription() argument
1514 this.shortName = shortName; in BitDescription()
4211 pw.print(longNames ? bd.name : bd.shortName); in printBitDescriptions()
4225 pw.print(longNames ? bd.name : bd.shortName); in printBitDescriptions()