HomeSort by relevance Sort by last modified time
    Searched defs:sInfo (Results 1 - 9 of 9) sorted by null

  /packages/apps/Settings/src/com/android/settings/development/qstile/
DevelopmentTilePreferenceController.java 70 ServiceInfo sInfo = info.serviceInfo;
72 new ComponentName(sInfo.packageName, sInfo.name));
75 && sInfo.enabled);
78 preference.setTitle(sInfo.loadLabel(mPackageManager));
79 preference.setIcon(sInfo.icon);
80 preference.setKey(sInfo.name);
  /frameworks/native/headers/media_plugin/media/hardware/
HardwareAPI.h 475 // Note: The descriptor ID used in sInfo may change in subsequent calls. (although for now only
488 // represented using sInfo, the component SHALL use the closest representation.
490 // Note: the size of sInfo may increase in the future by supporting additional descriptor types.
496 HDRStaticInfo sInfo; // IN/OUT
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 688 SignerInfo sInfo = signerInformation.info;
697 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(),
698 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), unsignedAttr),
716 SignerInfo sInfo = signerInformation.info;
739 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(),
740 sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest(), ne (…)
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_interform.cpp 293 WideString sInfo;
294 bool bRet = pContext->RunScript(csJS, &sInfo);
330 WideString sInfo;
331 bool bRet = pContext->RunScript(script, &sInfo);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 256 struct fb_var_screeninfo sInfo ={0};
259 ioctl(fb_fd, FBIOGET_VSCREENINFO, &sInfo);
263 (sInfo.xres && sInfo.xres <= qHD_WIDTH )) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1331 milliseconds