Home
last modified time | relevance | path

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

/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java223 updateParamsTextView(msg.obj, "started"); in handleMessage()
237 updateParamsTextView(msg.obj, "stopped"); in handleMessage()
245 updateParamsTextView(null, ""); in handleMessage()
249 updateParamsTextView(null, ""); in handleMessage()
254 private void updateParamsTextView(@Nullable Object jobId, String action) { in updateParamsTextView() method in MainActivity.IncomingMessageHandler