Searched refs:METHOD_DESTROY (Results 1 – 3 of 3) sorted by relevance
44 public static final String METHOD_DESTROY = "QC_METHOD_DESTROY"; field in BaseQCProvider80 case METHOD_DESTROY: in call()
22 import static com.android.car.qc.provider.BaseQCProvider.METHOD_DESTROY;142 provider.call(METHOD_DESTROY, null, extras); in callDestroy_isDestroyed()
22 import static com.android.car.qc.provider.BaseQCProvider.METHOD_DESTROY;103 client.call(METHOD_DESTROY, /* arg= */ null, b); in destroy()