Searched refs:startId (Results 1 - 25 of 33) sorted by relevance

12

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DAudioTestService.java48 public int onStartCommand(Intent intent, int flags, int startId) { argument
49 log("Service onStartCommand: " + startId);
/external/perfetto/test/cts/producer/src/android/perfetto/producer/
H A DProducerIsolatedService.java51 public int onStartCommand(Intent intent, int flags, int startId) { argument
H A DProducerService.java50 public int onStartCommand(Intent intent, int flags, int startId) { argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
H A DIntentServiceController.java64 public IntentServiceController<T> startCommand(final int flags, final int startId) { argument
66 get().stopSelf(startId);
H A DServiceController.java63 public ServiceController<T> startCommand(int flags, int startId) { argument
64 invokeWhilePaused("onStartCommand", from(Intent.class, getIntent()), from(int.class, flags), from(int.class, startId));
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
H A DServiceControllerTest.java45 assertThat(myService.startId).isEqualTo(4);
119 public int startId; field in class:ServiceControllerTest.MyService
153 public int onStartCommand(Intent intent, int flags, int startId) { argument
156 this.startId = startId;
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
H A DScriptingLayerService.java160 private void startAction(Intent intent, int flags, int startId) { argument
167 stopSelf(startId);
171 stopSelf(startId);
217 public int onStartCommand(Intent intent, int flags, int startId) { argument
218 super.onStartCommand(intent, flags, startId);
228 new Thread(() -> startAction(intent, flags, startId)).start();
H A DTriggerService.java100 public void onStart(Intent intent, int startId) { argument
102 stopSelfResult(startId);
163 // TODO(damonkohler): Use stopSelfResult() which would require tracking startId.
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
H A DExecService.java62 public int onStartCommand (Intent intent, int flags, int startId) { argument
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPersistService.java80 public int onStartCommand(Intent intent, int flags, int startId) { argument
87 msg.arg1 = startId;
93 msg.arg1 = startId;
H A DEABService.java304 public int onStartCommand(Intent intent, int flags, int startId) { argument
/external/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp31 AdvanceMetric(uint16_t startId) : fStartId(startId) {} argument
/external/skqp/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp31 AdvanceMetric(uint16_t startId) : fStartId(startId) {} argument
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h1225 Index startId = m_outerIndex[outer];
1227 while ( (p > startId) && (m_data.index(p-1) > inner) )
1264 Index startId = m_outerIndex[outer]; local
1265 Index p = startId + m_innerNonZeros[outer];
1266 while ( (p > startId) && (m_data.index(p-1) > inner) )
1272 eigen_assert((p<=startId || m_data.index(p-1)!=inner) && "you cannot insert an element that already exists, you must call coeffRef to this end");
1306 std::size_t startId = m_outerIndex[outer]; local
1376 while ( (p > startId) && (m_data.index(p-1) > inner) )
H A DSparseVector.h186 Index startId = 0; local
191 while ( (p >= startId) && (m_data.index(p) > i) )
/external/ims/rcs/rcsservice/src/com/android/service/ims/
H A DRcsService.java161 public int onStartCommand(Intent intent, int flags, int startId) { argument
164 return super.onStartCommand(intent, flags, startId);
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h172 Index startId = 0;
176 while ( (id >= startId) && (m_data[outer].index(id) > inner) )
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 2110 milliseconds

12