Searched refs:onResume (Results 1 – 5 of 5) sorted by relevance
65 protected void onResume() { in onResume() method in BaseBindingActivity66 super.onResume(); in onResume()
68 protected void onResume() { in onResume() method in MainActivity70 super.onResume(); in onResume()
100 protected void onResume() { in onResume() method in SensorActivity103 super.onResume(); in onResume()
81 protected void onResume() { in onResume() method in MultiTouchActivity87 super.onResume(); in onResume()
38 - in onResume this will bind to the service, creating and starting it if necessary.42 must not attempt to use the service from onResume. Instead there are 2 callbacks to use: