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

  /external/replicaisland/src/com/replica/replicaisland/
SortConstants.java 27 public static final int PLAYER = 20;
GameObject.java 73 PLAYER,
GameObjectFactory.java 59 PLAYER (0),
387 case PLAYER:
600 if (type == GameObjectType.PLAYER) {
700 FixedSizeArray<BaseObject> staticData = getStaticData(GameObjectType.PLAYER);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 50 START, RECORDING, DONE, PLAYER
79 if (status == Status.PLAYER) {
84 if (status == Status.PLAYER) {
218 status = Status.PLAYER;
227 if (status == Status.PLAYER) {
405 if (status == HifiUltrasoundSpeakerTestActivity.Status.PLAYER) {
HifiUltrasoundTestActivity.java 47 START, RECORDING, DONE, PLAYER
197 status = Status.PLAYER;

Completed in 1318 milliseconds