Searched refs:onNavigateUp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java3213 return onNavigateUp();
3381 public boolean onNavigateUp() { method in class:Activity
3401 Log.i(TAG, "onNavigateUp only finishing topmost activity to return a result");
3416 * The default implementation simply calls onNavigateUp() on this activity (the parent).
3421 return onNavigateUp();
3433 * <p>This method will be invoked by the default implementation of {@link #onNavigateUp()}

Completed in 46 milliseconds