@class NSLock, PLEntryNotificationOperatorComposition, NSDate, NSMutableArray, LTEPoint; @interface PLAWDBB : PLAWDAuxMetrics @property (retain) PLEntryNotificationOperatorComposition *bbProtocolRailCallback; @property (retain) PLEntryNotificationOperatorComposition *bbEventCallback; @property (retain) PLEntryNotificationOperatorComposition *accountingGroupEventCallback; @property (retain) PLEntryNotificationOperatorComposition *iceStatsEventCallback; @property (retain) PLEntryNotificationOperatorComposition *connectedPowerRailCallback; @property (retain) NSDate *startTimeAppBB; @property (retain) NSDate *startTimeBBLqm; @property unsigned int upBytes; @property unsigned int downBytes; @property unsigned int upBytesLTE; @property unsigned int downBytesLTE; @property (retain) NSDate *startLTECall; @property (retain) NSDate *endLTECall; @property (retain) NSMutableArray *lteCallArray; @property (retain) NSMutableArray *unhandledRFLTEEntries; @property (retain) PLEntryNotificationOperatorComposition *bbLqmCellularActiveCallback; @property (retain) PLEntryNotificationOperatorComposition *bbLqmCumulativeNetworkCallback; @property (retain) PLEntryNotificationOperatorComposition *bbTelephonyActivityCallback; @property (retain) PLEntryNotificationOperatorComposition *bbRfLTECallback; @property int currQuality; @property int newQuality; @property short telActivityState; @property (retain) LTEPoint *point; @property (retain) LTEPoint *currThreshold; @property (retain) NSLock *lock; + (id)entryAggregateDefinitions; + (id)entryAggregateDefinitionAwdBBQlm; + (id)entryAggregateDefinitionAwdBBQlmCounter; + (id)entryAggregateDefinitionAwdConnectedPower; + (id)entryAggregateDefinitionAwdVolte; + (id)getSharedObjWithOperator:(id)a0; - (void).cxx_destruct; - (void)handleBBRailCallbackBBProtocol:(id)a0; - (void)resetBBLqmTable; - (void)bbLTEWriteAggregatedTableWithRFLTEEntry:(id)a0 withPoint:(id)a1; - (int)convertQualityWithLinkQuality:(double)a0; - (void)finalizePeriodWithUpBytes:(unsigned int)a0 withDownBytes:(unsigned int)a1; - (void)finalizeTableWithEntry:(id)a0; - (double)getIntervalSinceLastUpdateWithEntryName:(id)a0; - (void)handleAcountGroupCallback:(id)a0; - (void)handleBBConnectedPowerRail:(id)a0; - (void)handleBBLqmCellularActiveCallback:(id)a0; - (void)handleBBLqmCumulativeNetworkCallback:(id)a0; - (void)handleBBRailCallbackBBICE:(id)a0; - (void)handleBBRailCallbackBBTx:(id)a0; - (void)handleBBRailCallbackLTESleep:(id)a0; - (void)handleBBRailCallbackOos:(id)a0; - (void)handleBBRailCallbackTxCdma2K:(id)a0; - (void)handleBBRailCallbackTxCdma:(id)a0; - (void)handleBBRailCallbackTxEvdo:(id)a0; - (void)handleBBRailCallbackTxGsm:(id)a0; - (void)handleBBRailCallbackTxLte:(id)a0; - (void)handleBBRailCallbackTxUtran:(id)a0; - (void)handleBBRailCallbackWrapper:(id)a0; - (void)handleIceStatsCallback:(id)a0; - (void)handleRfLTE:(id)a0; - (void)handleRfLTEOffline; - (void)handleTelephonyActiveCallback:(id)a0; - (void)resetAllBBLqmTables; - (void)resetBBLqmCounterTable; - (void)resetBBVoLTETable; - (void)resetConnectedPowerTable; - (void)startAppBB; - (void)startAppRrc; - (void)startBBLqm; - (void)startBBPower; - (void)startConnectedPower; - (void)startMetricCollection:(id)a0; - (void)stopAppBB; - (void)stopAppRrc; - (void)stopBBLqm; - (void)stopBBPower; - (void)stopConnectedPower; - (void)stopMetricCollection:(id)a0; - (void)submitAppBB:(id)a0 withAwdConn:(id)a1; - (void)submitAppRrc:(id)a0 withAwdConn:(id)a1; - (void)submitBBLqm:(id)a0 withAwdConn:(id)a1; - (BOOL)submitConnectedPower:(id)a0 withAwdConn:(id)a1; - (BOOL)submitDataToAWDServer:(id)a0 withAwdConn:(id)a1; - (void)updateCurrLqmState; - (void)updateLQMTableWithQuality:(int)a0 withTime:(double)a1 withRX:(double)a2 withTX:(double)a3; @end