HomeSort by relevance Sort by last modified time
    Searched refs:PARAM_ARGUMENTS (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/app/settings/
PhoneAccountSelectionFragment.java 47 public static final String PARAM_ARGUMENTS = "arguments";
50 * The key to insert the selected {@link PhoneAccountHandle} to bundle in {@link #PARAM_ARGUMENTS}
70 arguments.putAll(getArguments().getBundle(PARAM_ARGUMENTS));
DialerSettingsActivity.java 172 bundle.putBundle(PhoneAccountSelectionFragment.PARAM_ARGUMENTS, new Bundle());

Completed in 53 milliseconds