]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface SBTelephonyManager : NSObject | |
12 | { | |
13 | NSString *_operatorName; | |
14 | unsigned int _usingWifi:1; | |
15 | unsigned int _usingVPN:1; | |
16 | unsigned int _iTunesNeedsToRecheckActivation:1; | |
17 | } | |
18 | ||
19 | + (id)sharedTelephonyManager; | |
20 | - (id)init; | |
21 | - (struct __CTServerConnection *)_serverConnection; | |
22 | - (void)updatePhoneNumberPrefs; | |
23 | - (void)updateTTYIndicator; | |
24 | - (double)inCallDuration; | |
25 | - (void)updateSpringBoard; | |
26 | - (void)setLimitTransmitPowerPerBandEnabled:(BOOL)fp8; | |
27 | - (void)updateAirplaneMode; | |
28 | - (void)updateCalls; | |
29 | - (void)_updateState; | |
30 | - (void)updateLocale; | |
31 | - (void)updateNetworkLocale; | |
32 | - (void)handleSIMReady; | |
33 | - (id)urlWithScheme:(id)fp8 fromDialingNumber:(id)fp12 abUID:(int)fp16 urlPathAddition:(id)fp20; | |
34 | - (id)displayForOutgoingCallURL:(id)fp8; | |
35 | - (void)_mainThreadDaemonRestart:(struct __CFDictionary *)fp8; | |
36 | - (void)_delayedAudioResume; | |
37 | - (long long)getRowIDOfLastCallInsert; | |
38 | - (id)allMissedCallsAfterRowID:(long long)fp8; | |
39 | - (long long)getRowIDOfLastSMSInsert; | |
40 | - (id)allUnreadSMSAfterRowID:(long long)fp8; | |
41 | - (void)markMessageAsRead:(struct __CTSMSMessage *)fp8; | |
42 | - (void)updateSMSBadges; | |
43 | - (int)callCount; | |
44 | - (BOOL)activeCallExists; | |
45 | - (BOOL)heldCallExists; | |
46 | - (BOOL)incomingCallExists; | |
47 | - (BOOL)outgoingCallExists; | |
48 | - (BOOL)inCallUsingReceiver; | |
49 | - (BOOL)callWouldUseReceiver:(BOOL)fp8; | |
50 | - (BOOL)shouldHangUpOnLock; | |
51 | - (BOOL)inCall; | |
52 | - (void)disconnectIncomingCall; | |
53 | - (void)answerIncomingCall; | |
54 | - (void)answerIncomingCallEndingOthers; | |
55 | - (void)swapCalls; | |
56 | - (void)disconnectAllCalls; | |
57 | - (void)disconnectCall; | |
58 | - (void)disconnectCallAndActivateHeld; | |
59 | - (void)unmute; | |
60 | - (void)dumpBasebandState:(id)fp8; | |
61 | - (BOOL)MALoggingEnabled; | |
62 | - (void)powerOffRadio; | |
63 | - (BOOL)isNetworkRegistrationEnabled; | |
64 | - (void)setNetworkRegistrationEnabled:(BOOL)fp8; | |
65 | - (int)dataConnectionType; | |
66 | - (BOOL)EDGEIsOn; | |
67 | - (BOOL)isUsingDataConnection; | |
68 | - (BOOL)isUsingWiFiConnection; | |
69 | - (void)setIsUsingWiFiConnection:(BOOL)fp8; | |
70 | - (void)setIsUsingVPNConnection:(BOOL)fp8; | |
71 | - (BOOL)isUsingVPNConnection; | |
72 | - (void)copyICCID:(id *)fp8 IMEI:(id *)fp12; | |
73 | - (void)configureForTTY:(BOOL)fp8; | |
74 | - (BOOL)shouldPromptForTTY; | |
75 | - (id)ttyTitle; | |
76 | - (void)_resetCTMMode; | |
77 | - (void)_headphoneChanged:(id)fp8; | |
78 | - (void)_setRegistrationStatus:(int)fp8; | |
79 | - (void)_updateRegistrationNow; | |
80 | - (void)_cancelFakeService; | |
81 | - (void)_startFakeServiceIfNecessary; | |
82 | - (void)_stopFakeService; | |
83 | - (id)_fetchOperatorName; | |
84 | - (void)_reallySetOperatorName:(id)fp8; | |
85 | - (void)setOperatorName:(id)fp8; | |
86 | - (void)operatorBundleChanged; | |
87 | - (id)operatorName; | |
88 | - (int)registrationStatus; | |
89 | - (void)checkForRegistrationSoon; | |
90 | - (void)kickStartSearching; | |
91 | - (id)SIMStatus; | |
92 | - (int)registrationCauseCode; | |
93 | - (void)noteSIMUnlockAttempt; | |
94 | ||
95 | @end | |
96 |