2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface SBTelephonyManager
: NSObject
13 NSString
*_operatorName
;
14 unsigned int _usingWifi
:1;
15 unsigned int _usingVPN
:1;
16 unsigned int _iTunesNeedsToRecheckActivation
:1;
19 + (id
)sharedTelephonyManager
;
21 - (struct __CTServerConnection
*)_serverConnection
;
22 - (void)updatePhoneNumberPrefs
;
23 - (void)updateTTYIndicator
;
24 - (double)inCallDuration
;
25 - (void)updateSpringBoard
;
26 - (void)updateAirplaneMode
;
30 - (void)updateNetworkLocale
;
31 - (void)handleSIMReady
;
32 - (id
)urlWithScheme
:(id
)fp8 fromDialingNumber
:(id
)fp12 abUID
:(int)fp16 urlPathAddition
:(id
)fp20
;
33 - (id
)displayForOutgoingCallURL
:(id
)fp8
;
34 - (void)_mainThreadDaemonRestart
:(struct __CFDictionary
*)fp8
;
35 - (void)_delayedAudioResume
;
36 - (long long)getRowIDOfLastCallInsert
;
37 - (id
)allMissedCallsAfterRowID
:(long long)fp8
;
38 - (long long)getRowIDOfLastSMSInsert
;
39 - (id
)allUnreadSMSAfterRowID
:(long long)fp8
;
40 - (void)markMessageAsRead
:(struct __CTSMSMessage
*)fp8
;
41 - (void)updateSMSBadges
;
43 - (BOOL
)activeCallExists
;
44 - (BOOL
)heldCallExists
;
45 - (BOOL
)incomingCallExists
;
46 - (BOOL
)outgoingCallExists
;
47 - (BOOL
)inCallUsingReceiver
;
48 - (BOOL
)callWouldUseReceiver
:(BOOL
)fp8
;
49 - (BOOL
)shouldHangUpOnLock
;
51 - (void)disconnectIncomingCall
;
52 - (void)answerIncomingCall
;
53 - (void)answerIncomingCallEndingOthers
;
55 - (void)disconnectAllCalls
;
56 - (void)disconnectCall
;
57 - (void)disconnectCallAndActivateHeld
;
59 - (void)dumpBasebandState
:(id
)fp8
;
60 - (BOOL
)MALoggingEnabled
;
61 - (void)powerOffRadio
;
62 - (BOOL
)isNetworkRegistrationEnabled
;
63 - (void)setNetworkRegistrationEnabled
:(BOOL
)fp8
;
64 - (int)dataConnectionType
;
66 - (BOOL
)isUsingDataConnection
;
67 - (BOOL
)isUsingWiFiConnection
;
68 - (void)setIsUsingWiFiConnection
:(BOOL
)fp8
;
69 - (void)setIsUsingVPNConnection
:(BOOL
)fp8
;
70 - (BOOL
)isUsingVPNConnection
;
71 - (void)copyICCID
:(id
*)fp8 IMEI
:(id
*)fp12
;
72 - (void)configureForTTY
:(BOOL
)fp8
;
73 - (BOOL
)shouldPromptForTTY
;
75 - (void)_resetCTMMode
;
76 - (void)_headphoneChanged
:(id
)fp8
;
77 - (void)_setRegistrationStatus
:(int)fp8
;
78 - (void)_updateRegistrationNow
;
79 - (void)_cancelFakeService
;
80 - (void)_startFakeServiceIfNecessary
;
81 - (void)_stopFakeService
;
82 - (id
)_fetchOperatorName
;
83 - (void)_reallySetOperatorName
:(id
)fp8
;
84 - (void)setOperatorName
:(id
)fp8
;
86 - (int)registrationStatus
;
87 - (void)checkForRegistrationSoon
;
88 - (void)kickStartSearching
;
90 - (int)registrationCauseCode
;
91 - (void)noteSIMUnlockAttempt
;