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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
ServiceControllerTest.java 45 assertThat(myService.startId).isEqualTo(4);
119 public int startId;
153 public int onStartCommand(Intent intent, int flags, int startId) {
156 this.startId = startId;
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 186 Index startId = 0;
191 while ( (p >= startId) && (m_data.index(p) > i) )
SparseMatrix.h     [all...]
  /external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
OkHttpClientTransportTest.java 180 private void initTransport(int startId) throws Exception {
181 startTransport(startId, null, true, DEFAULT_MAX_MESSAGE_SIZE, null);
190 private void startTransport(int startId, @Nullable Runnable connectingCallback,
210 startId,
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 

Completed in 5768 milliseconds