Searched refs:isDebuggingAllowed (Results 1 – 11 of 11) sorted by relevance
80 public boolean isDebuggingAllowed() {81 return SetupParameters.isDebuggingAllowed(mContext);
193 public ListenableFuture<Boolean> isDebuggingAllowed() {194 return call(() -> asInterface(getService()).isDebuggingAllowed());
32 boolean isDebuggingAllowed(); in isDebuggingAllowed() method
114 KEY_ALLOW_DEBUGGING, isDebuggingAllowed(context), in dumpParameters()217 static boolean isDebuggingAllowed(Context context) { in isDebuggingAllowed() method in SetupParameters
110 public abstract boolean isDebuggingAllowed(); in isDebuggingAllowed() method in GetDeviceCheckInStatusGrpcResponse
57 assertThat(mISetupParametersService.isDebuggingAllowed()).isEqualTo(ALLOW_DEBUGGING); in createPrefs_shouldPopulatePrefs()
51 assertThat(SetupParameters.isDebuggingAllowed(mContext)).isEqualTo(ALLOW_DEBUGGING); in createPrefs_shouldPopulatePreferences()
168 public boolean isDebuggingAllowed() { in isDebuggingAllowed() method in GetDeviceCheckInStatusGrpcResponseWrapper
137 ? Futures.immediateFuture(true) : parameters.isDebuggingAllowed();
192 public boolean isDebuggingAllowed() { in getDeviceCheckInStatus() method in DeviceCheckInClientDebug
257 provisionBundle.putBoolean(EXTRA_ALLOW_DEBUGGING, response.isDebuggingAllowed()); in handleProvisionReadyResponse()