Searched refs:KEY_CALLBACK_REQUIRED (Results 1 – 2 of 2) sorted by relevance
72 isCallbackRequired = options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED, false); in addAccount()119 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED); in confirmCredentials()165 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED); in getAuthToken()230 options != null && options.getBoolean(Fixtures.KEY_CALLBACK_REQUIRED); in updateCredentials()273 Arrays.asList(features).contains(Fixtures.KEY_CALLBACK_REQUIRED); in hasFeatures()
75 public static final String KEY_CALLBACK_REQUIRED = "test:callback_required"; field in Fixtures