OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RateController
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/
MmsApp.java
30
import com.android.mms.util.
RateController
;
71
RateController
.init(this);
/packages/apps/Mms/src/com/android/mms/util/
RateController.java
31
public class
RateController
{
32
private static final String TAG = "
RateController
";
49
private static
RateController
sInstance;
72
private
RateController
(Context context) {
78
Log.v(TAG, "
RateController
.init()");
84
sInstance = new
RateController
(context);
87
public static
RateController
getInstance() {
Completed in 29 milliseconds