/packages/apps/Settings/src/com/android/settings/applications/ |
AppPermissionsPreferenceController.java | 16 import android.content.Context; 17 import android.content.pm.PackageInfo; 18 import android.content.pm.PackageManager; 19 import android.content.pm.PackageManager.NameNotFoundException; 20 import android.content.pm.PermissionGroupInfo; 21 import android.content.pm.PermissionInfo;
|
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/ |
DefaultEmergencyPicker.java | 19 import android.content.ContentResolver; 20 import android.content.Context; 21 import android.content.pm.ApplicationInfo; 22 import android.content.pm.PackageInfo; 23 import android.content.pm.PackageManager; 24 import android.content.pm.ResolveInfo;
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
TimeSpentInAppPreferenceControllerTest.java | 19 import static android.content.Intent.EXTRA_PACKAGE_NAME; 23 import android.content.Context; 24 import android.content.Intent; 25 import android.content.pm.ActivityInfo; 26 import android.content.pm.ApplicationInfo; 27 import android.content.pm.ResolveInfo;
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/ |
Utils.java | 19 import android.content.ComponentName; 20 import android.content.ContentResolver; 21 import android.content.Context; 22 import android.content.pm.PackageManager; 23 import android.content.pm.ServiceInfo; 24 import android.content.res.Resources;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
UserSwitchListenerService.java | 22 import android.content.BroadcastReceiver; 23 import android.content.ComponentName; 24 import android.content.Context; 25 import android.content.Intent; 26 import android.content.SharedPreferences; 27 import android.content.pm.PackageManager;
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
RealSystemFacade.java | 21 import android.content.Context; 22 import android.content.Intent; 23 import android.content.pm.ApplicationInfo; 24 import android.content.pm.PackageInfo; 25 import android.content.pm.PackageManager; 26 import android.content.pm.PackageManager.NameNotFoundException;
|
/test/vti/dashboard/src/main/webapp/css/ |
test_acknowledgments.css | 20 content: " "; 79 .acknowledgments-modal.modal .modal-content .row .modal-section > .col { 82 .acknowledgments-modal.modal .modal-content h5 { 86 .acknowledgments-modal.modal .modal-content h5 b { 89 .acknowledgments-modal.modal .modal-content .chips { 93 .acknowledgments-modal.modal .modal-content .chips .chip { 101 .acknowledgments-modal.modal .modal-content .chips .chip i.material-icons { 104 .acknowledgments-modal.modal .modal-content .input-container { 107 .acknowledgments-modal.modal .modal-content .input-container .material-icons.add-button { 114 .acknowledgments-modal.modal .modal-content .input-container > input[type=text] [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
QwertyKeyListenerTest.java | 210 final SpannableStringBuilder content = new SpannableStringBuilder("123456"); local 212 Object[] repl = content.getSpans(0, content.length(), Object.class); 215 QwertyKeyListener.markAsReplaced(content, 0, content.length(), "abcd"); 216 repl = content.getSpans(0, content.length(), Object.class); 218 assertEquals(0, content.getSpanStart(repl[0])); 219 assertEquals(content.length(), content.getSpanEnd(repl[0])) [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/ |
StubPackageManager.java | 1 package com.xtremelabs.robolectric.tester.android.content.pm; 3 import android.content.ComponentName; 4 import android.content.Intent; 5 import android.content.IntentFilter; 6 import android.content.pm.ActivityInfo; 7 import android.content.pm.ApplicationInfo; 8 import android.content.pm.FeatureInfo; 9 import android.content.pm.InstrumentationInfo; 10 import android.content.pm.PackageInfo; 11 import android.content.pm.PackageManager [all...] |
/external/libxml2/ |
triostr.c | 100 char *content; member in struct:_trio_string_t 1279 self->content = NULL; 1307 new_content = (char *)TRIO_REALLOC(self->content, new_size); 1310 self->content = new_content; 1360 self->content[0] = (char)0; 1388 trio_destroy(self->content); 1396 Get a pointer to the content. 1399 @param offset Offset into content. 1400 @return Pointer to the content. 1403 then the start of the content will be returned. If @p offset is positive [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
SegmentIndexBox.java | 99 protected void _parseDetails(ByteBuffer content) { 100 parseVersionAndFlags(content); 101 referenceId = IsoTypeReader.readUInt32(content); 102 timeScale = IsoTypeReader.readUInt32(content); 104 earliestPresentationTime = IsoTypeReader.readUInt32(content); 105 firstOffset = IsoTypeReader.readUInt32(content); 107 earliestPresentationTime = IsoTypeReader.readUInt64(content); 108 firstOffset = IsoTypeReader.readUInt64(content); 110 reserved = IsoTypeReader.readUInt16(content); 111 int numEntries = IsoTypeReader.readUInt16(content); [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
RestoreUtils.java | 22 import android.content.Context; 23 import android.content.IIntentReceiver; 24 import android.content.IIntentSender; 25 import android.content.Intent; 26 import android.content.IntentSender; 27 import android.content.pm.ApplicationInfo; 28 import android.content.pm.PackageInfo; 29 import android.content.pm.PackageInstaller; 30 import android.content.pm.PackageInstaller.Session; 31 import android.content.pm.PackageInstaller.SessionParams [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
pytree.py | 454 optionally for a specific content.
466 content = None # Optional content matching pattern
variable in class:BasePattern 475 args = [type_repr(self.type), self.content, self.name]
501 if self.content is not None:
536 def __init__(self, type=None, content=None, name=None):
538 Initializer. Takes optional type, content, and name.
541 this matches any *leaf* node; the content may still be required.
543 The content, if given, must be a string.
550 if content is not None: [all...] |
/external/python/cpython2/Lib/lib2to3/ |
pytree.py | 454 optionally for a specific content. 466 content = None # Optional content matching pattern variable in class:BasePattern 475 args = [type_repr(self.type), self.content, self.name] 501 if self.content is not None: 536 def __init__(self, type=None, content=None, name=None): 538 Initializer. Takes optional type, content, and name. 541 this matches any *leaf* node; the content may still be required. 543 The content, if given, must be a string. 550 if content is not None [all...] |
/external/python/cpython3/Lib/lib2to3/ |
pytree.py | 421 optionally for a specific content. 433 content = None # Optional content matching pattern variable in class:BasePattern 442 args = [type_repr(self.type), self.content, self.name] 468 if self.content is not None: 503 def __init__(self, type=None, content=None, name=None): 505 Initializer. Takes optional type, content, and name. 508 this matches any *leaf* node; the content may still be required. 510 The content, if given, must be a string. 517 if content is not None [all...] |
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowPackageManager.java | 3 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DISABLED; 4 import static android.content.pm.PackageManager.GET_ACTIVITIES; 5 import static android.content.pm.PackageManager.GET_CONFIGURATIONS; 6 import static android.content.pm.PackageManager.GET_GIDS; 7 import static android.content.pm.PackageManager.GET_INSTRUMENTATION; 8 import static android.content.pm.PackageManager.GET_INTENT_FILTERS; 9 import static android.content.pm.PackageManager.GET_META_DATA; 10 import static android.content.pm.PackageManager.GET_PERMISSIONS; 11 import static android.content.pm.PackageManager.GET_PROVIDERS; 12 import static android.content.pm.PackageManager.GET_RECEIVERS [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
pytree.py | 454 optionally for a specific content. 466 content = None # Optional content matching pattern variable in class:BasePattern 475 args = [type_repr(self.type), self.content, self.name] 501 if self.content is not None: 536 def __init__(self, type=None, content=None, name=None): 538 Initializer. Takes optional type, content, and name. 541 this matches any *leaf* node; the content may still be required. 543 The content, if given, must be a string. 550 if content is not None [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
pytree.py | 454 optionally for a specific content. 466 content = None # Optional content matching pattern variable in class:BasePattern 475 args = [type_repr(self.type), self.content, self.name] 501 if self.content is not None: 536 def __init__(self, type=None, content=None, name=None): 538 Initializer. Takes optional type, content, and name. 541 this matches any *leaf* node; the content may still be required. 543 The content, if given, must be a string. 550 if content is not None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 454 optionally for a specific content. 466 content = None # Optional content matching pattern variable in class:BasePattern 475 args = [type_repr(self.type), self.content, self.name] 501 if self.content is not None: 536 def __init__(self, type=None, content=None, name=None): 538 Initializer. Takes optional type, content, and name. 541 this matches any *leaf* node; the content may still be required. 543 The content, if given, must be a string. 550 if content is not None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 454 optionally for a specific content. 466 content = None # Optional content matching pattern variable in class:BasePattern 475 args = [type_repr(self.type), self.content, self.name] 501 if self.content is not None: 536 def __init__(self, type=None, content=None, name=None): 538 Initializer. Takes optional type, content, and name. 541 this matches any *leaf* node; the content may still be required. 543 The content, if given, must be a string. 550 if content is not None [all...] |
/frameworks/base/core/java/android/content/pm/ |
IPackageManager.aidl | 18 package android.content.pm; 20 import android.content.ComponentName; 21 import android.content.Intent; 22 import android.content.IntentFilter; 23 import android.content.pm.ActivityInfo; 24 import android.content.pm.ApplicationInfo; 25 import android.content.pm.ChangedPackages; 26 import android.content.pm.InstantAppInfo; 27 import android.content.pm.FeatureInfo; 28 import android.content.pm.IDexModuleRegisterCallback [all...] |
/build/make/tools/droiddoc/templates-pdk/ |
sampleindex.cs | 11 <div class="g-unit" id="doc-content"> 19 <div id="jd-content"> 44 </div><!-- end jd-content --> 48 </div><!-- end doc-content -->
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
TurnOffWorkActivity.java | 20 import android.content.ActivityNotFoundException; 21 import android.content.BroadcastReceiver; 22 import android.content.ComponentName; 23 import android.content.Context; 24 import android.content.Intent; 25 import android.content.IntentFilter; 26 import android.content.pm.PackageManager; 48 public void onReceive(Context content, Intent intent) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
MockVrActivity2.java | 19 import android.content.ComponentName; 20 import android.content.pm.PackageManager;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/ |
WidgetCtsService.java | 19 import android.content.Context; 20 import android.content.Intent;
|