OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otaUtils
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java
71
import com.android.phone.
OtaUtils
.CdmaOtaScreenState;
224
* The singleton
OtaUtils
instance used for OTASP calls.
226
* The
OtaUtils
instance is created lazily the first time we need to
230
public
OtaUtils
otaUtils
;
238
public
OtaUtils
.CdmaOtaProvisionData cdmaOtaProvisionData;
239
public
OtaUtils
.CdmaOtaConfigData cdmaOtaConfigData;
240
public
OtaUtils
.CdmaOtaScreenState cdmaOtaScreenState;
241
public
OtaUtils
.CdmaOtaInCallScreenUiState cdmaOtaInCallScreenUiState;
563
cdmaOtaProvisionData = new
OtaUtils
.CdmaOtaProvisionData()
[
all
...]
OtaUtils.java
23
import com.android.phone.
OtaUtils
.CdmaOtaInCallScreenUiState.State;
65
public class
OtaUtils
{
66
private static final String LOG_TAG = "
OtaUtils
";
159
// In "interactive mode", the
OtaUtils
object is tied to an
172
* TODO(OTASP): It's really ugly for the
OtaUtils
object to reach into the
175
* Instead, the model/view separation should be more clear:
OtaUtils
203
*
OtaUtils
constructor.
213
public
OtaUtils
(Context context, boolean interactive, BluetoothManager bluetoothManager) {
214
if (DBG) log("
OtaUtils
constructor...");
280
OtaUtils
.startInteractiveOtasp(context)
[
all
...]
Completed in 306 milliseconds