/packages/apps/Nfc/src/com/android/nfc/ |
NfcDispatcher.java | 428 for (ComponentInfo info : registered) { 430 if (filterMatch(tagTechs, info.techs) && 431 isComponentEnabled(pm, info.resolveInfo)) { 433 if (!matches.contains(info.resolveInfo)) { 434 matches.add(info.resolveInfo); 441 ResolveInfo info = matches.get(0); local 442 dispatch.intent.setClassName(info.activityInfo.packageName, info.activityInfo.name); 506 static boolean isComponentEnabled(PackageManager pm, ResolveInfo info) { 509 info.activityInfo.packageName, info.activityInfo.name) [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningServiceDetails.java | 125 ApplicationErrorReport.RunningServiceInfo info local 128 info.durationMillis = SystemClock.elapsedRealtime()-mActiveItem.mFirstRunTime; 130 info.durationMillis = -1; 150 info.serviceDetails = new String(buffer); 157 Log.i(TAG, "Details: " + info.serviceDetails); 158 report.runningServiceInfo = info;
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
QuickLaunchSettings.java | 125 // Restore the clear dialog's info 134 // Save the clear dialog's info 318 ResolveInfo info = packageManager.resolveActivity(intent, 0); local 319 if (info != null) { 320 title = info.loadLabel(packageManager);
|
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
VideoChatTestActivity.java | 80 Camera.CameraInfo info = local 82 Camera.getCameraInfo(id, info); 83 return info.orientation; 197 Camera.CameraInfo info = new Camera.CameraInfo(); local 198 Camera.getCameraInfo(i, info); 199 if (info.facing == Camera.CameraInfo.CAMERA_FACING_FRONT) { 207 Camera.CameraInfo info = new Camera.CameraInfo(); local 208 Camera.getCameraInfo(i, info); 209 if (info.facing == Camera.CameraInfo.CAMERA_FACING_BACK) { 284 android.hardware.Camera.CameraInfo info local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionarySettingsFragment.java | 119 Log.i(TAG, "Unknown dictionary pack client: " + mClientId + ". Requesting info."); 199 NetworkInfo info = mConnectivityManager.getActiveNetworkInfo(); local 200 boolean isConnected = null == info ? false : info.isConnected();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Utils.java | 460 final String info = wordInfo.getDebugString(); 461 if (TextUtils.isEmpty(info)) return null; 462 return info; 484 PackageInfo info = context.getPackageManager().getPackageInfo(packageName, 0); local 485 return info.versionName; 487 Log.e(TAG, "Could not find version info.", e);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactDirectoryManager.java | 280 for (DirectoryInfo info : directories) { 281 if (DEBUG) Log.d(TAG, " directory=" + info); 284 deleteWhereArgs.add(info.packageName); 285 deleteWhereArgs.add(info.authority); 286 deleteWhereArgs.add(info.accountName); 287 deleteWhereArgs.add(info.accountType); 388 for (DirectoryInfo info: directories) { 389 sb.append(info.id).append(","); 424 DirectoryInfo info = new DirectoryInfo(); local 425 info.packageName = provider.packageName [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsActor.java | 200 ProviderInfo info = new ProviderInfo(); local 201 info.authority = authority; 202 provider.attachInfoForTesting(mProviderContext, info);
|
/prebuilts/devtools/tools/lib/ |
commons-logging-1.1.1.jar | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesf.h | 190 // Retrieve info about the field 191 inline void info(int& rows, int& ncols, function in class:NCursesFormField 199 // Retrieve info about the fields dynamic properties.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/ |
sg.h | 67 unsigned int info; /* [o] auxiliary information */ member in struct:sg_io_hdr 88 /* The following 'info' values are "or"-ed together. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesf.h | 190 // Retrieve info about the field 191 inline void info(int& rows, int& ncols, function in class:NCursesFormField 199 // Retrieve info about the fields dynamic properties.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
sg.h | 67 unsigned int info; /* [o] auxiliary information */ member in struct:sg_io_hdr 88 /* The following 'info' values are "or"-ed together. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesf.h | 190 // Retrieve info about the field 191 inline void info(int& rows, int& ncols, function in class:NCursesFormField 199 // Retrieve info about the fields dynamic properties.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
sg.h | 67 unsigned int info; /* [o] auxiliary information */ member in struct:sg_io_hdr 88 /* The following 'info' values are "or"-ed together. */
|
/prebuilts/tools/common/http-client/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 184 * Loads all attributes & javadoc for the view class info based on the class name. 186 public void loadViewAttributes(ViewClassInfo info) { 188 String xmlName = info.getShortClassName(); 191 String definedBy = info.getFullClassName(); 198 info.setAttributes(attributes); 199 info.setJavaDoc(style.getJavaDoc()); 205 * Loads all attributes for the layout data info based on the class name. 207 public void loadLayoutParamsAttributes(LayoutParamsInfo info) { 210 ViewClassInfo viewLayoutClass = info.getViewLayoutClass(); 213 info.getShortClassName()) 419 AttributeInfo info = null; local 471 AttributeInfo info = parseAttr(node, lastComment); local 559 AttributeInfo info = new AttributeInfo(name, formats); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DynamicContextMenu.java | 254 CanvasViewInfo info = selection.get(0).getViewInfo(); local 255 List<CanvasViewInfo> children = info.getChildren();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertySheetPage.java | 137 CanvasViewInfo info = (CanvasViewInfo) next; local 138 if (info != mSelection.get(i)) { 165 CanvasViewInfo info = (CanvasViewInfo) next; local 166 newSelection.add(info);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 212 * reading .info dump files which record the exact pixel sizes of each 223 String relative = basename + "info"; //$NON-NLS-1$ 224 String info = readTestFile(relative, true); local 225 // Parse the info file and build up a model from it 226 // Each line contains a new info. 228 String[] lines = info.split("\n"); //$NON-NLS-1$ 230 // Iteration order for the info file should match exactly the UI model so 294 ViewInfo info = createInfos(model, relativePath); local 295 CanvasViewInfo rootView = CanvasViewInfo.create(info, true /* layoutlib5 */).getFirst(); 306 testInfo.mViewInfo = info; [all...] |
/system/core/init/ |
builtins.c | 408 struct loop_info info; local 424 if (ioctl(loop, LOOP_GET_STATUS, &info) < 0 && errno == ENXIO) { 657 struct stat info; local 664 if (stat(args[1], &info) < 0) 673 if (!(buffer = malloc(info.st_size))) 677 brtr = info.st_size; 689 brtw = info.st_size;
|
devices.c | 148 INFO("fixup %s %d %d 0%o\n", buf, dp->uid, dp->gid, dp->perm); 241 INFO("adding platform device %s (%s)\n", name, path); 280 INFO("removing platform device %s\n", bus->name); 298 #define log_event_print(x...) INFO(x) 426 struct stat info; local 438 INFO("found platform device %s\n", device); 709 INFO("firmware: loading '%s' for '%s'\n", 759 INFO("firmware: could not open '%s' %d\n", uevent->firmware, errno); 767 INFO("firmware: copy success { '%s', '%s' }\n", root, uevent->firmware); 769 INFO("firmware: copy failure { '%s', '%s' }\n", root, uevent->firmware) 882 struct stat info; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.expressions_3.4.200.v20100505.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.expressions_3.4.200.v20100505.jar | |