OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileSelectDialog
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
ProfileSelectDialog.java
33
public class
ProfileSelectDialog
extends DialogFragment implements OnClickListener {
35
private static final String TAG = "
ProfileSelectDialog
";
42
ProfileSelectDialog
dialog = new
ProfileSelectDialog
();
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/drawer/
ProfileSelectDialogTest.java
65
ProfileSelectDialog
.updateUserHandlesIfNeeded(mContext, tile);
80
ProfileSelectDialog
.updateUserHandlesIfNeeded(mContext, tile);
/packages/apps/Settings/src/com/android/settings/dashboard/
DashboardFeatureProviderImpl.java
37
import com.android.settingslib.drawer.
ProfileSelectDialog
;
210
ProfileSelectDialog
.updateUserHandlesIfNeeded(mContext, tile);
218
ProfileSelectDialog
.show(activity.getFragmentManager(), tile);
Completed in 259 milliseconds