Home
last modified time | relevance | path

Searched refs:mFileServiceInfoAdapter (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
H A DEmbmsTestDownloadApp.java185 private FileServiceInfoAdapter mFileServiceInfoAdapter; field in EmbmsTestDownloadApp
199 mFileServiceInfoAdapter = new FileServiceInfoAdapter(this); in onCreate()
243 serviceSelector.setAdapter(mFileServiceInfoAdapter); in onCreate()
421 runOnUiThread(() -> mFileServiceInfoAdapter.update(services)); in updateFileServicesList()