OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profilessize
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
MasterClear.java
189
final int
profilesSize
= profiles.size();
197
for (int profileIndex = 0; profileIndex <
profilesSize
; profileIndex++) {
260
final boolean hasOtherUsers = (um.getUserCount() -
profilesSize
) > 0;
DeviceAdminSettings.java
118
final int
profilesSize
= profiles.size();
119
for (int i = 0; i <
profilesSize
; ++i) {
140
final int
profilesSize
= profiles.size();
141
for (int i = 0; i <
profilesSize
; ++i) {
Completed in 250 milliseconds