OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgressCategory
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ProgressCategory.java
25
public class
ProgressCategory
extends ProgressCategoryBase {
31
public
ProgressCategory
(Context context, AttributeSet attrs) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java
28
import com.android.settings.
ProgressCategory
;
193
if (mDeviceListGroup instanceof
ProgressCategory
) {
194
((
ProgressCategory
) mDeviceListGroup).setProgress(start);
BluetoothSettings.java
44
import com.android.settings.
ProgressCategory
;
278
mAvailableDevicesCategory = new
ProgressCategory
(getActivity(), null);
Completed in 3123 milliseconds