Searched refs:fc (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcFailCause.java | 69 for (DcFailCause fc : values()) { 70 sErrorCodeToFailCauseMap.put(fc.getErrorCode(), fc); in fc.getErrorCode() 112 DcFailCause fc = sErrorCodeToFailCauseMap.get(errorCode); in fromInt() local 113 if (fc == null) { in fromInt() 114 fc = UNKNOWN; in fromInt() 116 return fc; in fromInt()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsService.java | 216 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local 217 if (RemoteViewsService.sRemoteViewFactories.containsKey(fc)) { in onDestroy() 218 RemoteViewsFactory factory = RemoteViewsService.sRemoteViewFactories.get(fc); in onDestroy() 225 RemoteViewsService.sRemoteViewFactories.remove(fc); in onDestroy() 237 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local 240 if (!sRemoteViewFactories.containsKey(fc)) { in onBind() 242 sRemoteViewFactories.put(fc, factory); in onBind() 246 factory = sRemoteViewFactories.get(fc); in onBind()
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Control.c | 147 LVM_UINT32 fc; /* Filter centre frequency */ in LVEQNB_SetFilters() local 158 … fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */ in LVEQNB_SetFilters() 166 if ((fc << 15) <= (LOW_FREQ * fs)) in LVEQNB_SetFilters() 173 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300)) in LVEQNB_SetFilters() 185 if (fc > (fs >> 1)) in LVEQNB_SetFilters()
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Control.c | 274 …LVM_UINT32 fc; /* Filter centre f… in LVPSA_SetBPFiltersType() local 282 …fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */ in LVPSA_SetBPFiltersType() 290 if ((LOW_FREQ * fs) >= (fc << 15)) in LVPSA_SetBPFiltersType() 299 … if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300)) in LVPSA_SetBPFiltersType()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | jbmr2-encrypted-settings-abcd.ab | 14 �&d?�6g1g�K��^�?�(<Ȭ��F�R���2]����?e�p��� EO���3����{n{��Sn$��� ��fcʲ1i�Bu�z�1z��XG��E�K�…
|
/frameworks/base/services/java/com/android/server/ |
D | AppWidgetServiceImpl.java | 739 FilterComparison fc = new FilterComparison(intent); in bindRemoteViewsService() local 740 Pair<Integer, FilterComparison> key = Pair.create(appWidgetId, fc); in bindRemoteViewsService() 768 incrementAppWidgetServiceRefCount(appWidgetId, fc); in bindRemoteViewsService() 858 private void incrementAppWidgetServiceRefCount(int appWidgetId, FilterComparison fc) { in incrementAppWidgetServiceRefCount() argument 860 if (mRemoteViewsServicesAppWidgets.containsKey(fc)) { in incrementAppWidgetServiceRefCount() 861 appWidgetIds = mRemoteViewsServicesAppWidgets.get(fc); in incrementAppWidgetServiceRefCount() 864 mRemoteViewsServicesAppWidgets.put(fc, appWidgetIds); in incrementAppWidgetServiceRefCount()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CDMAPhone.java | 1462 String fc = sch[2]; in isCarrierOtaSpNum() local 1463 if (dialStr.regionMatches(0,fc,0,fcLen)) { in isCarrierOtaSpNum()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 15 <li><a href="#fc">Application forward compatibility</a></li> 431 <h3 id="fc">Application forward compatibility</h3>
|