Home
last modified time | relevance | path

Searched defs:mWrapper (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/health/
H A DHealthServiceWrapperTest.java61 HealthServiceWrapper mWrapper; field in HealthServiceWrapperTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeScreenStatePreventingAdapterTest.java44 private DozeScreenStatePreventingAdapter mWrapper; field in DozeScreenStatePreventingAdapterTest
H A DDozeSuspendScreenStatePreventingAdapterTest.java44 private DozeSuspendScreenStatePreventingAdapter mWrapper; field in DozeSuspendScreenStatePreventingAdapterTest
/aosp14/frameworks/base/core/java/android/service/chooser/
H A DChooserTargetService.java107 private IChooserTargetServiceWrapper mWrapper = null; field in ChooserTargetService
/aosp14/frameworks/base/core/java/android/app/usage/
H A DCacheQuotaService.java52 private CacheQuotaServiceWrapper mWrapper; field in CacheQuotaService
/aosp14/frameworks/base/core/java/android/service/resolver/
H A DResolverRankerService.java80 private ResolverRankerServiceWrapper mWrapper = null; field in ResolverRankerService
/aosp14/frameworks/base/core/java/android/service/displayhash/
H A DDisplayHashingService.java68 private DisplayHashingServiceWrapper mWrapper; field in DisplayHashingService
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DHintSessionWrapperTests.cpp43 std::shared_ptr<HintSessionWrapper> mWrapper; member in android::uirenderer::renderthread::HintSessionWrapperTests
/aosp14/frameworks/base/core/java/android/service/timezone/
H A DTimeZoneProviderService.java169 private final TimeZoneProviderServiceWrapper mWrapper = new TimeZoneProviderServiceWrapper(); field in TimeZoneProviderService
/aosp14/frameworks/base/core/java/android/service/watchdog/
H A DExplicitHealthCheckService.java114 private final ExplicitHealthCheckServiceWrapper mWrapper = field in ExplicitHealthCheckService
/aosp14/frameworks/base/core/java/android/service/storage/
H A DExternalStorageService.java111 private final ExternalStorageServiceWrapper mWrapper = new ExternalStorageServiceWrapper(); field in ExternalStorageService
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillFieldClassificationService.java104 private AutofillFieldClassificationServiceWrapper mWrapper; field in AutofillFieldClassificationService
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DFrameTrackerTest.java80 private FrameMetricsWrapper mWrapper; field in FrameTrackerTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java100 private QSTileServiceWrapper mWrapper; field in TileLifecycleManager
/aosp14/frameworks/base/core/java/android/service/carrier/
H A DCarrierMessagingService.java149 private final ICarrierMessagingWrapper mWrapper = new ICarrierMessagingWrapper(); field in CarrierMessagingService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java147 private NotificationViewWrapper mWrapper; field in RemoteInputView
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java423 protected NotificationListenerWrapper mWrapper = null; field in NotificationListenerService
/aosp14/frameworks/base/core/java/android/widget/
H A DToolbar.java209 private ToolbarWidgetWrapper mWrapper; field in Toolbar