OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:admin_description
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/res/layout/
device_admin_add.xml
77
<TextView android:id="@+id/
admin_description
"
/external/autotest/frontend/afe/
admin.py
266
list_display = ('name', 'test_type', '
admin_description
', 'sync_count')
models.py
819
def
admin_description
(self):
member in class:Test
823
admin_description
.allow_tags = True
824
admin_description
.short_description = 'Description'
[
all
...]
/packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java
284
mAdminDescription = (TextView)findViewById(R.id.
admin_description
);
Completed in 81 milliseconds