HomeSort by relevance Sort by last modified time
    Searched defs:StatsUnavailableException (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
StatsManager.java 99 * @throws StatsUnavailableException if unsuccessful due to failing to connect to stats service
103 public void addConfig(long configKey, byte[] config) throws StatsUnavailableException {
111 throw new StatsUnavailableException("could not connect", e);
113 throw new StatsUnavailableException(e.getMessage(), e);
127 } catch (StatsUnavailableException | IllegalArgumentException e) {
136 * @throws StatsUnavailableException if unsuccessful due to failing to connect to stats service
139 public void removeConfig(long configKey) throws StatsUnavailableException {
146 throw new StatsUnavailableException("could not connect", e);
148 throw new StatsUnavailableException(e.getMessage(), e);
162 } catch (StatsUnavailableException e)
    [all...]
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 66 milliseconds