/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
WifiStatusTracker.java | 46 WifiInfo info = intent.getParcelableExtra(WifiManager.EXTRA_WIFI_INFO) != null local 49 if (info != null) { 50 ssid = getSsid(info); 64 private String getSsid(WifiInfo info) { 65 String ssid = info.getSSID(); 73 if (networks.get(i).networkId == info.getNetworkId()) {
|
/frameworks/base/test-runner/src/android/test/ |
ClassPathPackageInfo.java | 47 Set<ClassPathPackageInfo> info = Sets.newHashSet(); local 49 info.add(source.getPackageInfo(name)); 51 return info; 62 for (ClassPathPackageInfo info : getSubpackages()) { 63 info.addTopLevelClassesTo(set);
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
AttachInfo_Accessor.java | 36 AttachInfo info = new AttachInfo(new BridgeWindowSession(), new BridgeWindow(), local 38 info.mHasWindowFocus = true; 39 info.mWindowVisibility = View.VISIBLE; 40 info.mInTouchMode = false; // this is so that we can display selections. 41 info.mHardwareAccelerated = false; 42 view.dispatchAttachedToWindow(info, 0);
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
Log.java | 32 info(format, args); method 44 public void info(String format, Object... args) { method in class:Log
|
/frameworks/compile/mclinker/lib/LD/ |
DebugString.cpp | 69 ResolveInfo* info = pReloc.symInfo(); local 73 if (info->outSymbol()->fragRef()->frag()->getKind() == Fragment::Region) { 75 llvm::cast<RegionFragment>(info->outSymbol()->fragRef()->frag());
|
/frameworks/native/vulkan/libvulkan/ |
debug_report.cpp | 23 const VkDebugReportCallbackCreateInfoEXT& info, 34 head_.next = new (mem) Node{head_.next, info.flags, info.pfnCallback, 35 info.pUserData, driver_handle}; 79 const VkDebugReportCallbackCreateInfoEXT* info = local 82 while (info) { 83 if (info->sType == 85 (info->flags & flags) != 0) { 86 info->pfnCallback(flags, object_type, object, location, 88 info->pUserData) [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.cpp | 42 wifi_handle getWifiHandle(hal_info *info) 44 return (wifi_handle)info; 47 wifi_interface_handle getIfaceHandle(interface_info *info) 49 return (wifi_interface_handle)info; 54 hal_info *info = (hal_info *)handle; local 57 pthread_mutex_lock(&info->cb_lock); 61 if (info->num_event_cb < info->alloc_event_cb) { 62 info->event_cb[info->num_event_cb].nl_cmd = cmd 80 hal_info *info = (hal_info *)handle; local 105 hal_info *info = (hal_info *)handle; local 131 hal_info *info = (hal_info *)handle; local 155 hal_info *info = (hal_info *)handle; local 177 hal_info *info = (hal_info *)handle; local 202 hal_info *info = (hal_info *)handle; local 218 hal_info *info = (hal_info *)handle; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
decode_with_drops.c | 81 const VpxVideoInfo *info = NULL; local 105 info = vpx_video_reader_get_info(reader); 107 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc); 148 info->frame_width, info->frame_height, argv[2]);
|
/hardware/libhardware/tests/camera2/ |
CameraModuleTests.cpp | 109 struct camera_info info; local 110 ASSERT_EQ(OK, mModule->getCameraInfo(i, &info)); 121 struct camera_info info; local 122 EXPECT_NE(OK, mModule->getCameraInfo(idx[i], &info)); 123 EXPECT_EQ(-EINVAL, mModule->getCameraInfo(idx[i], &info))
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
rb_wrapper.cpp | 41 wifi_error rb_init(hal_info *info, struct rb_info *rb_info, int id, 50 rb_info->ctx = info; 116 hal_info *info = (hal_info *)rb_info->ctx; local 129 pthread_mutex_lock(&info->lh_lock); 130 handler.on_ring_buffer_data = info->on_ring_buffer_data; 131 pthread_mutex_unlock(&info->lh_lock);
|
/libcore/luni/src/test/java/libcore/java/sql/ |
DriverTest.java | 61 DriverPropertyInfo[] info = driver.getPropertyInfo(SQLITE_JDBC_URL, null); local 62 assertNotNull(info); 63 assertTrue(info.length > 0);
|
OldDriverPropertyInfoTest.java | 53 DriverPropertyInfo[] info = d.getPropertyInfo(connectionURL, local 56 String name = info[0].name; 59 String[] choices = info[0].choices; 61 boolean required = info[0].required; 63 String description = info[0].description;
|
/packages/apps/Settings/src/com/android/settings/ |
WallpaperTypeSettings.java | 66 for (ResolveInfo info : rList) { 71 info.activityInfo.packageName, info.activityInfo.name)); 73 CharSequence label = info.loadLabel(pm); 74 if (label == null) label = info.activityInfo.packageName; 76 pref.setIcon(info.loadIcon(pm)); 93 for (ResolveInfo info : rList) { 94 CharSequence label = info.loadLabel(pm); 95 if (label == null) label = info.activityInfo.packageName; 102 data.intentTargetPackage = info.activityInfo.packageName [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
SuggestionSpanUtils.java | 86 final SuggestedWordInfo info = suggestedWords.getInfo(i); local 87 if (info.isKindOf(SuggestedWordInfo.KIND_PREDICTION)) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ApplicationUtils.java | 58 final PackageInfo info = context.getPackageManager().getPackageInfo(packageName, 0); local 59 return info.versionName; 61 Log.e(TAG, "Could not find version info.", e); 76 final PackageInfo info = context.getPackageManager().getPackageInfo(packageName, 0); local 77 return info.versionCode; 79 Log.e(TAG, "Could not find version info.", e);
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
LiveWallpaperActivity.java | 53 final WallpaperInfo info = wallpaperInfo.info; local 54 if (info != null) { 56 preview.putExtra(LiveWallpaperPreview.EXTRA_LIVE_WALLPAPER_INFO, info);
|
LiveWallpaperChange.java | 60 WallpaperInfo info; local 62 info = new WallpaperInfo(this, ri); 69 initUI(info);
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraInfoDialogFragment.java | 60 String title = String.format("Info: Camera %s", mCameraId); 62 CameraCharacteristics info = null; local 65 info = ((CameraManager) getActivity().getSystemService(Context.CAMERA_SERVICE)). 72 String infoText = formatCameraCharacteristics(info); 89 * @param info camera characteristics to format 93 private String formatCameraCharacteristics(CameraCharacteristics info) { 95 if (info != null) { 98 for (CameraCharacteristics.Key<?> key : info.getKeys()) { 101 Object val = info.get(key); 121 infoText = "No info"; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
log.py | 7 INFO = 2 20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL): 39 def info(self, msg, *args): member in class:Log 40 self._log(INFO, msg, args) 54 info = _global_log.info variable 69 set_threshold(INFO)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
log.py | 7 INFO = 2 20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL): 39 def info(self, msg, *args): member in class:Log 40 self._log(INFO, msg, args) 54 info = _global_log.info variable 69 set_threshold(INFO)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
log.py | 7 INFO = 2 20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL): 39 def info(self, msg, *args): member in class:Log 40 self._log(INFO, msg, args) 54 info = _global_log.info variable 69 set_threshold(INFO)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
log.py | 7 INFO = 2 20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL): 39 def info(self, msg, *args): member in class:Log 40 self._log(INFO, msg, args) 54 info = _global_log.info variable 69 set_threshold(INFO)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AdtConsoleSdkLog.java | 41 public void info(@NonNull String msgFormat, Object... args) { method in class:AdtConsoleSdkLog 52 info(msgFormat, args); method
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoringTest.java | 48 TestContext info = setupTestContext(file, basename); local 49 TestLayoutEditorDelegate layoutEditor = info.mLayoutEditorDelegate; 50 List<Element> selectedElements = getElements(info.mElement, ids);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/ |
AttributeInfoTest.java | 55 AttributeInfo info = new AttributeInfo("test", EnumSet.noneOf(Format.class)); local 56 assertTrue(info.isValid("", null, null)); 57 assertTrue(info.isValid("a b c", null, null)); 58 assertTrue(info.isValid("@android foo bar", null, null)); 62 AttributeInfo info = new AttributeInfo("test", Format.STRING_SET); local 63 assertTrue(info.isValid("", null, null)); 64 assertTrue(info.isValid("a b c", null, null)); 65 assertTrue(info.isValid("@android foo bar", null, null)); 69 AttributeInfo info = new AttributeInfo("test", Format.BOOLEAN_SET); local 70 assertTrue(info.isValid("true", null, null)) 80 AttributeInfo info = new AttributeInfo("test", Format.INTEGER_SET); local 95 AttributeInfo info = new AttributeInfo("test", Format.FLOAT_SET); local 115 AttributeInfo info = new AttributeInfo("test", Format.DIMENSION_SET); local 133 AttributeInfo info = new AttributeInfo("test", Format.COLOR_SET); local 146 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.FRACTION)); local 158 AttributeInfo info = new AttributeInfo("test", Format.REFERENCE_SET); local 174 AttributeInfo info = new AttributeInfo("test", Format.ENUM_SET); local 184 AttributeInfo info = new AttributeInfo("test", Format.FLAG_SET); local 196 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.INTEGER, local 204 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.COLOR, local 212 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.STRING, local 219 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.ENUM, local 233 AttributeInfo info = new AttributeInfo("test", Format.REFERENCE_SET); local 351 AttributeInfo info = map.get(name); local [all...] |