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

/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerSearchTwoPane.java31 public boolean onBackPressed(boolean isSystemBackKey) { argument
35 return super.onBackPressed(isSystemBackKey);
H A DUIControllerOnePane.java317 public boolean onBackPressed(boolean isSystemBackKey) { argument
320 Log.d(Logging.LOG_TAG, this + " onBackPressed: " + isSystemBackKey);
323 if (mActionBarController.onBackPressed(isSystemBackKey)) {
335 if (shouldPopFromBackStack(isSystemBackKey)) {
467 * @param isSystemBackKey <code>true</code> if the system back key was pressed.
471 private boolean shouldPopFromBackStack(boolean isSystemBackKey) { argument
H A DUIControllerTwoPane.java526 public boolean onBackPressed(boolean isSystemBackKey) { argument
528 if (mActionBarController.onBackPressed(isSystemBackKey)) {
H A DActionBarController.java357 * @param isSystemBackKey <code>true</code> if the system back key was pressed.
360 public boolean onBackPressed(boolean isSystemBackKey) { argument
H A DUIControllerBase.java631 * @param isSystemBackKey <code>true</code> if the system back key was pressed.
634 public abstract boolean onBackPressed(boolean isSystemBackKey); argument
955 // Also make sure to pass false to isSystemBackKey, so on two-pane we don't go back

Completed in 60 milliseconds