Lines Matching defs:method

120     private void checkInstrumenting(String method) {
124 throw new RuntimeException(method +
333 * This method will start profiling if isProfiling() returns true. You should
334 * only call this method if you set the handleProfiling attribute in the
412 * In addition to being synchronous, this method as some semantic
415 * (its class name is specified in the Intent that this method ultimately
481 * activity, through the {@link #waitForActivity} method. This will return
661 * <p> Whenever a new activity is started, this method will be called on instances created
1020 * Higher-level method for sending both the down and up key events for a
1108 * method. The default implementation simply calls through to that method.
1110 * <p>Note: This method will be called immediately after {@link #onCreate(Bundle)}.
1122 * Perform instantiation of an {@link Activity} object. This method is intended for use with
1206 * method. The default implementation simply calls through to that method.
1219 * method. The default implementation simply calls through to that method.
1253 * method. The default implementation simply calls through to that method.
1264 * method. The default implementation simply calls through to that method.
1276 * Perform calling of an activity's {@link Activity#onPostCreate} method.
1277 * The default implementation simply calls through to that method.
1288 * Perform calling of an activity's {@link Activity#onPostCreate} method.
1289 * The default implementation simply calls through to that method.
1302 * method. The default implementation simply calls through to that method.
1328 * method. The default implementation simply calls through to that method.
1338 * method. The default implementation simply calls through to that method.
1347 * Perform calling of an activity's {@link Activity#onResume} method. The
1348 * default implementation simply calls through to that method.
1369 * method. The default implementation simply calls through to that method.
1379 * method. The default implementation simply calls through to that method.
1390 * method. The default implementation simply calls through to that method.
1401 * Perform calling of an activity's {@link Activity#onPause} method. The
1402 * default implementation simply calls through to that method.
1411 * Perform calling of an activity's {@link Activity#onUserLeaveHint} method.
1412 * The default implementation simply calls through to that method.
1540 * <p>This method returns an {@link ActivityResult} object, which you can
1543 * expecting. To do this, override this method to catch the call to start
1549 * <p>This method throws {@link android.content.ActivityNotFoundException}
1974 "This method can not be called from the main application thread");