/frameworks/base/services/java/com/android/server/ |
AppWidgetServiceImpl.java | 30 import android.content.pm.ApplicationInfo; [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageManager.java | 133 * {@link ApplicationInfo} flag: return the 134 * {@link ApplicationInfo#sharedLibraryFiles paths to the shared libraries} 136 * This applies for any API returning an ApplicationInfo class, either [all...] |
/frameworks/base/docs/html/about/versions/ |
android-3.2.jd | 351 <li>Screen size information in ActivityInfo and ApplicationInfo 357 <li>{@link android.content.pm.ApplicationInfo} adds 358 {@link android.content.pm.ApplicationInfo#largestWidthLimitDp}, {@link android.content.pm.ApplicationInfo#compatibleWidthLimitDp}, 359 and {@link android.content.pm.ApplicationInfo#requiresSmallestWidthDp} fields,
|
/frameworks/base/docs/html/sdk/api_diff/13/changes/ |
alldiffs_index_additions.html | 101 <A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.compatibleWidthLimitDp" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A> 301 <A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.largestWidthLimitDp" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A> 403 <A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.requiresSmallestWidthDp" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A> [all...] |
jdiff_statistics.html | 287 <TD><A HREF="android.content.pm.ApplicationInfo.html"> 288 android.content.pm.ApplicationInfo</A></TD>
|
alldiffs_index_all.html | 104 <!-- Class ApplicationInfo --> 105 <A HREF="android.content.pm.ApplicationInfo.html" class="hiddenlink" target="rightframe">ApplicationInfo</A><br> 166 <A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.compatibleWidthLimitDp" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A> 473 <A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.largestWidthLimitDp" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A> [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/ |
user_comments_for_3_to_4.xml | 769 <identifier id="android.content.pm.ApplicationInfo"/> 775 <identifier id="android.content.pm.ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS"/> 781 <identifier id="android.content.pm.ApplicationInfo.FLAG_SUPPORTS_LARGE_SCREENS"/> 787 <identifier id="android.content.pm.ApplicationInfo.FLAG_SUPPORTS_NORMAL_SCREENS"/> 793 <identifier id="android.content.pm.ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES"/> 799 <identifier id="android.content.pm.ApplicationInfo.FLAG_SUPPORTS_SMALL_SCREENS"/> 805 <identifier id="android.content.pm.ApplicationInfo.FLAG_TEST_ONLY"/> 811 <identifier id="android.content.pm.ApplicationInfo.FLAG_UPDATED_SYSTEM_APP"/> 817 <identifier id="android.content.pm.ApplicationInfo.targetSdkVersion"/> [all...] |
/frameworks/base/docs/html/sdk/api_diff/8/ |
missingSinces.txt | 292 NO DOC BLOCK: android.content.pm.ApplicationInfo Field backupAgentName 375 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_ALLOW_BACKUP 377 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_EXTERNAL_STORAGE 378 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_KILL_AFTER_RESTORE 380 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_RESTORE_ANY_VERSION 381 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_VM_SAFE_MODE [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
alldiffs_index_additions.html | 402 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS" class="hiddenlink" target="rightframe">FLAG_RESIZEABLE_FOR_SCREENS</A> 405 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_SUPPORTS_LARGE_SCREENS" class="hiddenlink" target="rightframe">FLAG_SUPPORTS_LARGE_SCREENS</A> 408 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_SUPPORTS_NORMAL_SCREENS" class="hiddenlink" target="rightframe">FLAG_SUPPORTS_NORMAL_SCREENS</A> 411 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES" class="hiddenlink" target="rightframe">FLAG_SUPPORTS_SCREEN_DENSITIES</A> 414 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_SUPPORTS_SMALL_SCREENS" class="hiddenlink" target="rightframe">FLAG_SUPPORTS_SMALL_SCREENS</A [all...] |
android.content.Context.html | 87 <nobr><code>ApplicationInfo</code> <A HREF="../../../../reference/android/content/Context.html#getApplicationInfo()" target="_top"><code>getApplicationInfo</code></A>()</nobr>
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkViews.java | 23 import android.content.pm.ApplicationInfo; 171 ApplicationInfo appInfo = sPm.getApplicationInfo(packageName, 0,
|
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 22 import android.content.pm.ApplicationInfo; 178 if ((appFlags&ApplicationInfo.FLAG_SYSTEM) != 0) {
|
NativeActivity.java | 165 File libraryFile = new File(ai.applicationInfo.nativeLibraryDir,
|
/frameworks/base/core/java/android/content/ |
ContextWrapper.java | 22 import android.content.pm.ApplicationInfo; 145 public ApplicationInfo getApplicationInfo() {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/search/ |
SearchablesTest.java | 26 import android.content.pm.ApplicationInfo; 375 public XmlResourceParser getXml(String packageName, int resid, ApplicationInfo appInfo) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
RobolectricConfig.java | 16 import static android.content.pm.ApplicationInfo.*;
|
/frameworks/base/core/java/android/app/backup/ |
FullBackup.java | 20 import android.content.pm.ApplicationInfo;
|
BackupAgent.java | 24 import android.content.pm.ApplicationInfo; 251 ApplicationInfo appInfo = getApplicationInfo(); 326 ApplicationInfo appInfo = getApplicationInfo();
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Vpn.java | 30 import android.content.pm.ApplicationInfo; 241 ApplicationInfo app = pm.getApplicationInfo(mPackage, 0); 259 ApplicationInfo app = null; 398 ApplicationInfo app = pm.getApplicationInfo(VpnConfig.DIALOGS_PACKAGE, 0); [all...] |
/frameworks/base/services/java/com/android/server/search/ |
SearchManagerService.java | 253 info.activityInfo.applicationInfo.packageName,
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 46 import android.content.pm.ApplicationInfo; 100 private final ApplicationInfo mApplicationInfo; 143 mApplicationInfo = new ApplicationInfo(); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
VoiceInputOutputSettings.java | 200 si.applicationInfo);
|
/cts/tests/tests/permission/src/android/permission/cts/ |
FileSystemPermissionTest.java | 19 import android.content.pm.ApplicationInfo; 91 List<ApplicationInfo> apps = getContext() 95 for (ApplicationInfo app : apps) {
|
/frameworks/base/core/java/android/os/ |
Build.java | 292 * {@link android.content.pm.ApplicationInfo#requiresSmallestWidthDp}, 293 * {@link android.content.pm.ApplicationInfo#compatibleWidthLimitDp}, and 294 * {@link android.content.pm.ApplicationInfo#largestWidthLimitDp} is
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
fields_index_additions.html | 146 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.backupAgentName" class="hiddenlink" target="rightframe">backupAgentName</A> 407 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_ALLOW_BACKUP" class="hiddenlink" target="rightframe">FLAG_ALLOW_BACKUP</A> 411 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_EXTERNAL_STORAGE" class="hiddenlink" target="rightframe">FLAG_EXTERNAL_STORAGE</A> 413 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_KILL_AFTER_RESTORE" class="hiddenlink" target="rightframe">FLAG_KILL_AFTER_RESTORE</A> 417 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_RESTORE_ANY_VERSION" class="hiddenlink" target="rightframe">FLAG_RESTORE_ANY_VERSION</A [all...] |