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

  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 60 mShowStopView = (TextView) findViewById(R.id.onstop_textview);
80 private TextView mShowStopView;
103 mShowStopView.setBackgroundColor(defaultColor);
190 mShowStopView.setBackgroundColor(stopJobColor);
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 60 mShowStopView = (TextView) findViewById(R.id.onstop_textview);
80 private TextView mShowStopView;
103 mShowStopView.setBackgroundColor(defaultColor);
190 mShowStopView.setBackgroundColor(stopJobColor);
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java 60 mShowStopView = (TextView) findViewById(R.id.onstop_textview);
80 private TextView mShowStopView;
103 mShowStopView.setBackgroundColor(defaultColor);
190 mShowStopView.setBackgroundColor(stopJobColor);
  /frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
MainActivity.java 60 mShowStopView = (TextView) findViewById(R.id.onstop_textview);
82 TextView mShowStopView;
106 mShowStopView.setBackgroundColor(defaultColor);
182 mShowStopView.setBackgroundColor(stopJobColor);

Completed in 2910 milliseconds