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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
KeepaliveStatus.java 33 public static final int STATUS_INACTIVE = 1;
57 statusCode = STATUS_INACTIVE;
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationStatusManager.java 45 * Calling {@code sendNavigationStatus(STATUS_INACTIVE);} when the route is completed allows the
79 public static final int STATUS_INACTIVE = 2;
85 STATUS_INACTIVE

Completed in 79 milliseconds