Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DSimImportFragment.java84 private ContentLoadingProgressBar mLoadingIndicator; field in SimImportFragment
169 mLoadingIndicator = (ContentLoadingProgressBar) view.findViewById(R.id.loading_progress); in onCreateView()
226 mLoadingIndicator.show(); in onStart()
248 mLoadingIndicator.hide(); in onLoadFinished()
/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java62 View mLoadingIndicator = null; field in CompanionDeviceActivity
128 mDeviceListView.addFooterView(mLoadingIndicator = getProgressBar(), null, false); in onCreate()
H A DCompanionDeviceDiscoveryService.java262 mActivity.mDeviceListView.removeFooterView(mActivity.mLoadingIndicator); in stopScan()