Searched defs:CallbackType (Results 1 – 6 of 6) sorted by relevance
30 sealed class CallbackType(val request: DataUsageRequest) { class in com.android.server.net.TestableUsageCallback
51 enum CallbackType { enum
370 abstract static class CallbackType { class in NetworkAgentWrapper373 protected CallbackType(final int qosCallbackId) { in CallbackType() method in NetworkAgentWrapper.CallbackType
159 public enum CallbackType { enum in CtsTetheringUtils.TestTetheringEventCallback
66 using CallbackType = std::shared_ptr<IVehicleCallback>; typedef in android::frameworks::automotive::vhal::aidl_test::MockVhal
1500 public enum CallbackType { ON_STARTED, ON_STOPPED, ON_ERROR }; enum in ConnectivityManagerTest.TestSocketKeepaliveCallback