OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profilescount
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java
248
final int
profilesCount
= profiles.size();
249
final boolean addCategory =
profilesCount
> 1;
250
for (int i = 0; i <
profilesCount
; i++) {
258
final int
profilesCount
= mProfiles.size();
259
for (int i = 0; i <
profilesCount
; i++) {
Completed in 767 milliseconds