Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for servicesByState (0.28 sec)

  1. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

       *
       * @since 29.0 (present with return type {@code ImmutableMultimap} since 14.0)
       */
      @Override
      public ImmutableSetMultimap<State, Service> servicesByState() {
        return state.servicesByState();
      }
    
      /**
       * Returns the service load times. This value will only return startup times for services that
       * have finished starting.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 13 19:45:20 GMT 2023
    - 30.5K bytes
    - Viewed (0)
Back to top