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

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

Completed in 19 milliseconds