]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBTelephonyManager.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBTelephonyManager.h
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)updateAirplaneMode;
27 - (void)updateCalls;
28 - (void)_updateState;
29 - (void)updateLocale;
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;
42 - (int)callCount;
43 - (BOOL)activeCallExists;
44 - (BOOL)heldCallExists;
45 - (BOOL)incomingCallExists;
46 - (BOOL)outgoingCallExists;
47 - (BOOL)inCallUsingReceiver;
48 - (BOOL)callWouldUseReceiver:(BOOL)fp8;
49 - (BOOL)shouldHangUpOnLock;
50 - (BOOL)inCall;
51 - (void)disconnectIncomingCall;
52 - (void)answerIncomingCall;
53 - (void)answerIncomingCallEndingOthers;
54 - (void)swapCalls;
55 - (void)disconnectAllCalls;
56 - (void)disconnectCall;
57 - (void)disconnectCallAndActivateHeld;
58 - (void)unmute;
59 - (void)dumpBasebandState:(id)fp8;
60 - (BOOL)MALoggingEnabled;
61 - (void)powerOffRadio;
62 - (BOOL)isNetworkRegistrationEnabled;
63 - (void)setNetworkRegistrationEnabled:(BOOL)fp8;
64 - (int)dataConnectionType;
65 - (BOOL)EDGEIsOn;
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;
74 - (id)ttyTitle;
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;
85 - (id)operatorName;
86 - (int)registrationStatus;
87 - (void)checkForRegistrationSoon;
88 - (void)kickStartSearching;
89 - (id)SIMStatus;
90 - (int)registrationCauseCode;
91 - (void)noteSIMUnlockAttempt;
92
93 @end
94