Searched refs:fc (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsService.java | 213 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onDestroy() local 214 if (RemoteViewsService.sRemoteViewFactories.containsKey(fc)) { in onDestroy() 215 RemoteViewsFactory factory = RemoteViewsService.sRemoteViewFactories.get(fc); in onDestroy() 222 RemoteViewsService.sRemoteViewFactories.remove(fc); in onDestroy() 234 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onBind() local 237 if (!sRemoteViewFactories.containsKey(fc)) { in onBind() 239 sRemoteViewFactories.put(fc, factory); in onBind() 243 factory = sRemoteViewFactories.get(fc); in onBind()
|
/frameworks/base/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/base/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/telephony/java/com/android/internal/telephony/ |
D | DataConnection.java | 143 for (FailCause fc : values()) { 144 sErrorCodeToFailCauseMap.put(fc.getErrorCode(), fc); in fc.getErrorCode() 176 FailCause fc = sErrorCodeToFailCauseMap.get(errorCode); in fromInt() local 177 if (fc == null) { in fromInt() 178 fc = UNKNOWN; in fromInt() 180 return fc; in fromInt()
|
/frameworks/base/services/java/com/android/server/ |
D | AppWidgetService.java | 514 FilterComparison fc = new FilterComparison(intent); in bindRemoteViewsService() local 515 Pair<Integer, FilterComparison> key = Pair.create(appWidgetId, fc); in bindRemoteViewsService() 537 incrementAppWidgetServiceRefCount(appWidgetId, fc); in bindRemoteViewsService() 624 private void incrementAppWidgetServiceRefCount(int appWidgetId, FilterComparison fc) { in incrementAppWidgetServiceRefCount() argument 626 if (mRemoteViewsServicesAppWidgets.containsKey(fc)) { in incrementAppWidgetServiceRefCount() 627 appWidgetIds = mRemoteViewsServicesAppWidgets.get(fc); in incrementAppWidgetServiceRefCount() 630 mRemoteViewsServicesAppWidgets.put(fc, appWidgetIds); in incrementAppWidgetServiceRefCount()
|
D | AlarmManagerService.java | 869 Intent.FilterComparison fc = new Intent.FilterComparison(intent); in onSendFinished() local 870 FilterStats fs = bs.filterStats.get(fc); in onSendFinished() 873 bs.filterStats.put(fc, fs); in onSendFinished()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | CDMAPhone.java | 1298 String fc = (String)sch[2]; in isCarrierOtaSpNum() local 1299 if (dialStr.regionMatches(0,fc,0,fcLen)) { in isCarrierOtaSpNum()
|
/frameworks/base/docs/html/guide/appendix/ |
D | api-levels.jd | 13 <li><a href="#fc">Application forward compatibility</a></li> 255 <h3 id="fc">Application forward compatibility</h3>
|