Home
last modified time | relevance | path

Searched defs:serviceIntent (Results 1 – 3 of 3) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/portal/
DProgressServiceComponent.java39 private final Intent serviceIntent; field in ProgressServiceComponent
50 Intent serviceIntent, in ProgressServiceComponent()
167 private Intent serviceIntent; field in ProgressServiceComponent.Builder
215 public Builder setServiceIntent(Intent serviceIntent) { in setServiceIntent()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java179 Intent serviceIntent = new Intent(); in bindServiceAsUser() local
193 Intent serviceIntent = new Intent(); in bindService() local
205 Intent serviceIntent = new Intent(action); in bindService_unbindable() local
DShadowApplicationTest.java537 final Intent serviceIntent = new Intent(unboundableAction); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable() local